cURL
curl --request POST \ --url https://www.skaala.ai/api/v1/contacts \ --header 'X-API-Key: <api-key>'
{ "200": {}, "400": {}, "401": {}, "404": {}, "500": {} }
Transform contact to API response format (snake_case)
Error
curl -X POST https://www.skaala.ai/api/v1/contacts \ -H "X-API-Key: sk_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{ // Your request body here }'