Fetches all clients

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Responses
200

Success

Example Response

mosaic_id is the Client ID in this case


{
  client: [
    {
      client_name: "Client Name",
      created_at: "2023-04-21T14:09:37.748-04:00",
      description: "Client Description",
      is_archived: false,
      mosaic_id: 23456,
      mosaic_team_id: 12345,
      updated_at: "2023-04-21T14:09:37.748-04:00",
    },
  ]
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!