Skip to main content
GET
/
v1.5
/
Auth
/
Validate
Validates the loginId provided in the HTTP header is valid. Optionally validates a campaign Id and/or project Id is valid
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/Auth/Validate
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dncscrub.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

campaignId
string

Optional campaign ID to validate against the authenticated account

projId
string

Optional project ID to validate against the authenticated account

Response

Success