AurionAI Docs

Register Push Token

Register a native push token for this session (AC1).

POST
/api/v1/app/push/register

Register a native push token for this session (AC1).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/app/push/register" \  -H "Content-Type: application/json" \  -d '{    "platform": "string",    "push_token": "string"  }'
{
  "status": "registered"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}