find

public final Response<Contact> find(String identifier, String contactId, FindContactQueryParams queryParams, RequestOverrides overrides)
public final Response<Contact> find(String identifier, String contactId, FindContactQueryParams queryParams)
public final Response<Contact> find(String identifier, String contactId)

Return a contact

Return

The contact

Parameters

identifier

The identifier of the grant to act upon

contactId

The id of the contact to retrieve.

queryParams

The query parameters to include in the request

overrides

Optional request overrides to apply