Visa Offers Network API Reference

Visa Offers Network

Search API Reference

API Reference

Consent Service

Provides endpoints to manage user consents.

Retrieve a Specific Consent Status for a User v1 - Latest

Retrieve a specific consent record for a user by consent type.

Request
Path Parameters
Parameter Description
clientAppId
required
Client Application ID
consentType
required
Consent type (Enum: "PERSONALIZATION", "LOCATION", "MEASUREMENT", "MARKETING", "THIRD_PARTY_SHARING")
externalId
required
External ID
Header Parameters
Parameter Description
EX-CORRELATION-ID External correlation ID for request tracking
X-GOR-API-KEY
required
API key provided during onboarding by the VON team
X-GOR-SHARED-SECRET
required
Shared secret provided during onboarding by the VON team
Responses
Response samples
{
  "consentChoice": true,
  "createdAt": "2026-03-19T04:23:19",
  "clientId": "2cc8b3fa-c22d-4797-a834-3875e91daab7",
  "validAndGranted": true,
  "consentType": "PERSONALIZATION",
  "id": "d6079c00-2ec1-42d3-ab45-5c1f71cf2414",
  "isActive": true,
  "updatedAt": "2026-03-19T07:23:19"
}