Creates a contact. Use Idempotency-Key for safe retries.
bearerAuth In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
curl -X POST "https://loading/public/v1/contacts" \ -H "Content-Type: application/json" \ -d '{ "name": "Example Contact" }'{ "data": { "created_at": "string", "id": "string", "updated_at": "string" }}