BrickCollect - Acceptance
Get Access Token
This page provides detailed information about the access token API used in the SNAP standard for QRIS creation and query.
Request Parameters
ReadMe parameters block:
Code
Response Parameters
| Key parameters | Data type | Description |
|---|---|---|
| responseCode | integer | A code indicating the success or failure of the request, along with the associated reason. |
| responseMessage | string | A detailed message providing further context on the response code. |
| accessToken | string | An authorization token issued to the client for accessing protected resources. |
| tokenType | string | Specifies the type of token returned (e.g., Bearer). |
| expiresIn | integer | The duration (in seconds) for which the access token is valid before expiring. It will be 900 seconds in default. |
Last modified on
