Podio API Documentation

Contacts: Get contact(s)

GET /contact/{profile_ids}/v2

Returns all the contact details about the contact(s) with the given profile id(s).

Profile ids can be separated by comma.

Usage
PHP Client
PodioContact.php
PodioContact::get( $profile_ids, $attributes = array() );
Parameters
profile_ids*
Required.
space_id

If set the role and removable property will be set in the context of the given space.

Response {  "profile_id": The id of the profile, "type": The type of contact, either "user" or "space", "external_id": The external id of the contact, if any, "{field}": The value of the field, ... (more fields, see the contact area) }

Sandbox

Try the operation "/contact/{profile_ids}/v2"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here