# Save a New Push Token Saves a new mobile app push notification token to the customer's account. Endpoint: POST /v2/customer/push-tokens Version: v2 Security: ApiKeySecurityScheme, CustomerAppScopeSecurityScheme, CustomerTokenSecurityScheme ## Header parameters: - `x-md-api-version` (string, required) Enum: "4" - `x-bite-org-id` (string, required) The org ID you are working with. - `x-bite-order-channel` (string, required) The order channel you are working with. Enum: "catering", "flash", "kiosk", "linebuster", "web" ## Request fields (application/json): - `token` (string, required) A unique token that can be used to send a push notification to the customer's mobile app. This token has to valid for given notification service that it's meant to be used with. iOS tokens must be only contain 64 hexadecimal characters. Android tokens can only contain alpha-numeric characters along with the following special characters: -_:. - `notificationService` (string, required) The service that has to be used to send a push notification to the customer's mobile app. Enum: "Android", "iOS" - `urlScheme` (string, required) The custom url scheme that the customer's mobile app registered with the OS. ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields