# Send an email (service-to-service) **POST /email/send** ## Servers - https://call.xap3y.space/v1: https://call.xap3y.space/v1 () ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **from** (string) - **to** (string) - **subject** (string) - **content** (string) ## Responses ### 200 Email sent #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 400 Bad request #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) [Powered by Bump.sh](https://bump.sh)