Overview

Sections

Theme switcher

Third-Party Login

Query Parameters

loginTypestring Required

External login type

Enum values:
DeviceUsernameFacebookTwitterGoogleMsisdnDeedoPacemakerAppleSony
... 8 other enums
applicationIdstring Required

Application Id

uniqueIdstring

Unique Id

Body Parameters

FBtokenstring

FBtoken

Msisdnstring

Msisdn

CountryCallingCodeinteger

Country calling code from account kit

Emailstring

Email address

Passwordstring

Password

AppleIdTokenstring

Apple user identity token

Response

200
Object

OK

Response Attributes

access_tokenstring

Token used to authenticate subsequent API requests.

token_typestring

Type of the issued access token, typically indicating the token scheme.

expires_innumber

Duration in seconds before the access token expires.

refresh_tokenstring

Token used to obtain a new access token without re-authentication.

Was this section helpful?

PUT

/

Select
1

Response

Status Codes

200

Everything worked as expected.

400

The request was unacceptable, often due to missing a required parameter.

401

The request was unacceptable, often due to missing a required parameter.

402

The parameters were valid but the request failed.

403

The API key doesnt have permissions to perform the request.

404

The requested resource does not exist.

Was this section helpful?