POST
/
calling
/
contact
/
list
curl --request POST \
  --url https://prod-api.ringg.ai/ca/api/v0/calling/contact/list \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <x-api-key>' \
  --form 'variables_map=<string>' \
  --form 'agent_id=<string>' \
  --form 'call_config=<string>' \
  --form 'country_code=<string>'
{}

Headers

X-API-KEY
string
required

Body

multipart/form-data

Response

200 - application/json

Successful Response

The response is of type object.