Skip to main content
GET
/
v1
/
users
/
api
/
clients
Get All Clients
curl --request GET \
  --url https://api.aries.com/v1/users/api/clients \
  --header 'Authorization: Bearer <token>'
{
  "clients": [
    {
      "client_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "domains": [
        "<string>"
      ],
      "last_used_at": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "redirect_uris": [
        "<string>"
      ],
      "scopes": [
        "<string>"
      ],
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Clients retrieved successfully

clients
object[]

List of OAuth2 clients