Skip to main content
POST
Update/register iOS device token

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
deviceToken
string

Device token (NOT device_token)

Example:

"test-device-token-abc123"

udid
string

Device UDID (required)

Example:

"device-udid-123"

deviceType
string

Device type (NOT device_type)

Example:

"iOS"

operatingSystem
string

OS version (optional)

Example:

"iOS 17"

Response

200

Device token updated