Subscription
Active Subscription
This method allows you to check if the authenticated bearer token (Authorization: Bearer <API_KEY>) has access to Remapdb’s API.
GET
Active Subscription
Authorizations
All API methods require Bearer authentication. Use your existing API key as the bearer token.
Authorization header format: Authorization: Bearer YOUR_API_KEY.
Response
Success
The API key used as the bearer token in Authorization: Bearer <API_KEY>.
Maximum string length:
2048Pattern:
^[^\u0000-\u001F\u007F]*$The maximum number of API requests that can be made within 1 hour.
Example:
3600
ISO 8601 date
Maximum string length:
2048Pattern:
^[^\u0000-\u001F\u007F]*$Example:
"2024-12-04T08:05:15Z"
Array with strings. Contains all the access scopes that this API key has.
Maximum array length:
1000The name of the access scope.
Maximum string length:
2048Pattern:
^[^\u0000-\u001F\u007F]*$Object which contains the subscription information.