POST
/
v1
/
audience
/
companies
/
validate-custom-request
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/audience/companies/validate-custom-request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "GET",
  "url": "<string>",
  "json_path": "<string>",
  "body": "<string>",
  "headers": [
    "<string>"
  ],
  "params": [
    "<string>"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CustomAuthDataRequest

The body is of type object.

Response

200

nothing to do here, just validate the data