threadliner

Create a contact

POST
/contacts

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/contacts" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{}
Was this page helpful?

Last updated on