API Reference

Create a token

Create a token and setup of the client application.
⚠️ The endpoint is available only in the Customer interface.
⚠️ When creating a new token, the request doesn't need to contain an Authentication header.
⚠️ Warning: We highly recommend filling all identifications in the tokens resource (device and application) to avoid problems if multiple applications use the CareCloud REST API on one device.

Log in to see full request history
Body Params
device
object
required

Structure describes the client device or browser.

setup
object
required

Setup of a client's device.

string
required

ID of the external application. More information about external applications and how to get an ID is available in Authentication section

string

Push notification token (Apple or Google).

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
string

The client application token.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL