Device Registrations (1.0.0)
Download OpenAPI specification:Download
Team Mobile Platform: team-mobile-platform@newstore.com URL: https://www.newstore.com
This api is used by the Associate App
Create registration to send notifications
Creates a registration for push notifications
Authorizations:
oauth2
Request Body schema: application/json
device_id required | string Registration or device id. |
user_id | string Identifier of the user who recently used the device. |
store_id | string Identifier of the store id who recently used the device |
app_name required | string Identifier of the app name who recently used the device |
app_os required | string Identifier of the app os who recently used the device |
Responses
Request samples
- Payload
Content type
application/json
{- "device_id": "string",
- "user_id": "string",
- "store_id": "string",
- "app_name": "string",
- "app_os": "string"
}
Response samples
- 201
- 400
- 422
- default
Content type
application/json
{- "device_id": "string",
- "user_id": "string",
- "store_id": "string",
- "app_name": "string",
- "app_os": "string"
}