MATTR VII ManagementClients
Retrieve clients
Retrieves a list of clients authorized to interact with the requested tenant.
Analytic events
- TENANT_CLIENT_RETRIEVE_LIST_START
- TENANT_CLIENT_RETRIEVE_LIST_SUCCESS
- TENANT_CLIENT_RETRIEVE_LIST_FAIL
GET
/v1/tenants/{tenantId}/clientsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
tenantId*string
Unique ID of the tenant to retrieve clients for.
Format
uuidQuery Parameters
limit?number
Range size of returned list.
Default
100Range
1 <= value <= 1000cursor?string
Starting point for the list of entries.
Response Body
application/json
application/json
text/plain
application/json
curl -X GET "https://manage.mattr.global/v1/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08/clients"{
"data": [
{
"clientId": "suC7IhmDIawnlqBlEOuIqBWoqppcdI5",
"name": "Example client",
"permissions": [
"dids:read",
"dids:create"
],
"roles": [
"issuer"
]
}
],
"nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}"Unauthorized"Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}Empty
How would you rate this page?