Enumerar cuentas

Deprecated
Enumerar las cuentas disponibles con las que emparejar su dispositivo de C2C.

Autenticación

AuthorizationBearer

Autenticación de portador de la forma Bearer <token>, donde token es tu token de autenticación.

Encabezados

x-client-versionstringOpcionalValor predeterminado: 0.0.0
Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Encabezados de respuesta

x-ratelimit-limitdouble

The number of times you can make this call within the x-ratelimit-window

x-ratelimit-windowstringOpcional
The length in milliseconds of the rate limit window
x-ratelimit-remainingstringOpcional

The number of remaining times you can make this API call in the x-ratelimit-window

Respuesta

Example response
_typeenum

The resource type, will always be account.

display_namestring
The account's display name
idstringformat: "uuid"
The unique identifier for this account

Errores

401
Unauthorized Error
404
Not Found Error