Podio API Documentation

Contacts: Get linked account contact

POST /contact/linked_account/{linked_account_id}

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) }

Sandbox

The sandbox only handles GET operations for now.