| Parameter | Description | Type |
|---|---|---|
| member_id | Member's ID | integer |
| Parameter | Description | Type |
|---|---|---|
| token | Push app token | string |
| platform | App platform | string (ios, android) |
| app_installation_id | Member unique app installation id (see more explanation below) | string |
| firebase_project_slug | Firebase project slug for which push token was created | string |
uuid generated and saved when application is started for the first time.| Status | Reason |
|---|---|
404 | Member with given identifier could not found |
422 | Invalid parameters |
{}curl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/me/app_tokens' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}