OAuth2 Clients
Get clients
Get all OAuth 2.0 clients registered by your account.
get/api/v2/oauth/clients
Response
OAuth 2.0 client collection response
Example response
{
"_links": {
"self": {
"href": "/api/v2/oauth/clients",
"type": "application/json"
}
},
"items": [
{
"_links": {
"parent": {
"href": "/api/v2/oauth/clients",
"type": "application/json"
},
"self": {
"href": "/api/v2/oauth/clients/50666563-9144-4125-b822-33f308227e45",
"type": "application/json"
}
}
}
]
}