Podio API Documentation
Grants: Get own grant information
Return the grant information for the active user, if any
Usage
- PHP Client
-
PodioGrant.php
PodioGrant::get_own( $ref_type, $ref_id );
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"grant_id": The id of the grant,
"action": The action the granter wants the active user to take,
"message": Any message from the granter to the active user,
"created_by": The entity that created the grant
}
Sandbox
Try the operation "/grant/{ref_type}/{ref_id}/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