Contacts
Retrieve contact
Use this method to retrieve details about a contact.
To retrieve a contact, you need its contactId. Our gateway returned the contactId in the Create Processing Account method.
Note: If you don't have the contactId, use the List Contacts method to search for the contact.
Our gateway returns the following information about a contact:
- Name and contact method, including their phone number or mobile number.
- Role within the business, for example, if they are a manager.
get/contacts/{contactId}
Path parameters
contactIdinteger required
Unique identifier for the contact.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested contact.
Changes
No recorded changes to this endpoint across all 1 revision of this API.