Podio API Documentation
Contacts: Get linked account contact
Loads the contact from the given linked account with the given external id. The linked account must support the "contacts" capability.
Parameters
- linked_account_id*
- Required.
Request
{
"external_contact_id": The external id of the contact from the provider
}
Response
{
"external_id": The external id of the contact from the provider,
"external_picture": The URL of the contacts picture on an external server,
"name": The name of the contact,
... (more attributes, same as all contacts)
}