Podio API Documentation

Contacts: Get contact totals (v3)

GET /contact/totals/v3/

Returns the total number of contacts for the active user.

Response { "orgs": The organizations the user is member of [ { "org": The organization for the given count { "org_id": The id of the organization, "name": The name of the organization, "url": The full URL of the organization }, "count": The total number of contacts in the organization, "spaces": The spaces in the organization [ { "space": The sapce for the given count { "space_id": The id of the space, "name": The name of the space, "url": The full URL of the space }, "count": The total number of contacts in the space }, ... (more spaces) ] }, ... (more organizations) ], "count": The total number of member contacts }

Sandbox

Try the operation "/contact/totals/v3/"

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