Obtaining an Access Token
You can retrieve your token from SIBI Developer Portal using your login credentials.Example Authorization Header
Once you have your token, include it in theAuthorization header for all API requests:
⚠️ Important: Token Storage
- This token does not expire and cannot be retrieved again after it is issued.
- Store it in a secure location you will remember.
Revoking a Token
A Public API Token can revoke itself by sending aDELETE request to /token with the token in the Authorization: Bearer header.
204 No Content response. After revocation, the token can no longer be used to authenticate requests.