Permissions (GET /permission)
List permissions for the authenticated user/account.
Last updated
List permissions for the authenticated user/account.
Returns the permissions granted to the API key.
Path: /product/{productId}
Method: GET
URL: https://api.qrcake.com/v1/product/permission
Headers:
Authorization: Bearer <API Key>
Accept: application/json
Returns the user/account permissions.
{
"success": true,
"result": {
"analytics": true,
"productLimit": 100, // maximum number of QR Codes account is allowed
"tier": "subscriber",
"productTotal": 3,
"productActiveLimit": 100, // maximum number of active QR Codes account is allowed
"productActiveTotal": 3, // current number of active QR Codes account has
}
}Check Swagger for the authoritative permission model and response shape.
Last updated
{
"message": {}
}
