Appearance
Register or refresh a mobile push token​
POST
/mobile/devices
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Request Body​
application/json
JSON"token": "string","platform": "string","provider": "string","device_id": "string","app_version": "string","device_name": "string"
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Created
application/json
JSON"device": "string"
{
 Â
}