Management APIService accounts
List service accounts
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/user-management/service-accounts/"{
"serviceAccounts": [
{
"id": "string",
"label": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}