Get Permission
GET /permissions/{permissionId}
Retrieves a specific permission (success) or gives a reason why it's not possible (failure).
Required Permissions
Name
Conditions
Permissions:Read
Always Required
Parameters
Path parameters
Path parameter
Description
permissionId
Unique identifier of the permission. Permission IDs look like this:
pm-orange-apple-2b17a80613
Response
Response example
// permission
{
"id": "pm-orange-apple-2b17a80613",
"name": "US",
"operations": ["Wallets:Read"],
"status": "Active",
"isImmutable": false,
"dateCreated": "2022-10-26T08:30:25.348Z",
"dateUpdated": "2022-10-26T08:30:25.348Z",
"isArchived": false
}
Last updated