Verify Audience Claim

Overview

This API performs entitlement verification for businesses seeking to register with a specific partner. It checks if a business exists in the partner's pre-loaded audience list and is eligible to be claimed.

How It Works

Partners pre-load their eligible businesses into the audiences table (via CSV upload or Audiences API). Each audience record contains a unique_validation_identifier field that uniquely identifies the business (e.g., email address, tax ID, membership number).

This endpoint looks up the audience record by matching:

  • directory_uid (from the Directory token)
  • unique_validation_identifier (from the request body)
  • status is not 'deleted'

Use Case

Before creating a new business account under a partner directory, call this endpoint to verify the business is in the partner's approved audience list.

Available for Directory tokens only.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!