# Store a new ambassador push notification **POST /platform/push-notification** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) - **endpoint** (string) - **keys_auth** (string) - **keys_p256dh** (string) - **useragent** (string) - **domain** (string) ## Responses ### 201 Push notification created successfully #### Body: application/json (object) - **id_ambassador_notification** (integer) - **id_ambassador** (integer) - **endpoint** (string) - **keys_auth** (string) - **keys_p256dh** (string) - **useragent** (string) ### 400 Bad Request - Invalid input ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)