Podio API Documentation

Grants: Get own grants on org by ref type

GET /grant/org/{org_id}/{ref_type}/own/

Returns all the grants for the current user on the given organization filtered by reference type (app/item)

Parameters
org_id*
Required.
ref_type*
Required.
Response [
{
"grant_id": The id of the grant,
"ref": The object the grant is on
},
... (more grants)
]

Sandbox

Try the operation "/grant/org/{org_id}/{ref_type}/own/"

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