View Account contact
https://api.ocamba.com/v2/adex/accounts/{id}/contacts/{contact_id}
https://api.ocamba.com/v2/adex/accounts/{id}/contacts/{contact_id}
Retrieves the details of an Account contact that has previously been created if a valid identifier was provided
Name
Descriptionaccount_idstringrequired
Unique account identifier defined as a path parameter.Example: 12345
contact_idstringrequired
Unique contact id.Example: 95eb301b-6aaf-42ad-a219-ccbd5f4d3d2b
200 - OK
Name
Descriptionitems[ contact ]
An array of all created items.Contact
Name
Descriptionidstring (uuid)
A unique identifier generated by the Ocamba platform.Example: 95eb301b-6aaf-42ad-a219-ccbd5f4d3d2b
typestring
Describes type of the contact.Example: email
Possible values: phone | mobile | skype | sip | email | website
valuestring
Contact value.Example: [email protected]
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the account contacts id, list the account contacts to find it.
2 If you don't know the account id, list the accounts to find it.