humanApiContacts

Send a contact request

Sends a contact request to another user.

You can include an optional message (max 500 characters). The recipient will be able to approve or reject the request.

Constraints:

  • Cannot send a request to yourself
  • Cannot send a request if you're already contacts
  • Only one pending request per recipient at a time
post/api/v1/me/contacts/requests

Headers

X-API-Keystring required

Enter your API key for programmatic access

Request body

Response

Created contact request

ContactsCreateContactRequestResponse201 required— unresolved $ref

Changes