Add
- POST
- /user
- /emails
Adds a new email address to the authorized user.
Hint
This resource is limited to 10 requests per hour.
Example:
curl -X POST "https://api.buddy.works/user/emails" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]"
}'
EXAMPLE RESPONSE{ "email": "[email protected]", "confirmed": false }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999