Get Permission

GET /permissions/{permissionId}

Retrieves a specific permission (success) or gives a reason why it's not possible (failure).

Required Permissions

NameConditions

Permissions:Read

Always Required

Parameters

Path parameters

Path parameterDescription

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