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.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
CustomAuthDataRequest
The body is of type object
.
nothing to do here, just validate the data