Using your access token
Last updated
Last updated
With the access token, you can now make authenticated requests to the Kolo API endpoints. This access token should be included in the Authorization
header of your requests.
Example Request:
Access tokens often expire quickly, causing issues with your API calls. In the instance where the access token expires, you can use the refresh token to obtain a new access token.
Endpoint:
Request Body:
Parameter | Description |
---|---|
Example Response:
code
The authorization code received from the previous step.
grant_type
Set this to refresh_token
.
redirect_uri
The same redirect URI used in the authorization request.