Partner Access Tokens
Create and manage partner access tokens
Partner access tokens allow to manage the companies created by the partner.
To obtain a partner access token, make a request to the /token endpoint with the client_id and client_secret shared to you.
curl --location --request POST 'https://payroo.com.au/api/v1/oauth/token'
--header 'Content-Type: application/json'
--data-raw '{
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
}'
Access token obtained has only 30 min expiry. New access tokens can be requested whenever needed.