Returns the permissions of the currently logged-in user.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

signaturestring or nullOptional

The signature of the user permissions. Can be verified with the HMACSHA1 algorithm and the secret.

userPermissionobjectOptional