# Register for Push Notifications **POST /devices/me/push-notifications** Register device for push notifications. Supports FCM (Firebase), APNs (Apple), or webhook-based notifications. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **platform** (string) Push notification platform - **token** (string) Push token (required for fcm/apns, not needed for webhook) ## Responses ### 200 Push notifications registered #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)