Give affiliates a documented way to mint a signup URL for their customer, then let that customer redeem a prepaid CrossPath pack without a normal checkout.
Start here
Affiliates call the signup-link endpoint with a Bearer API key and a template pack id. CrossPath returns a one-customer signup URL that can be opened in the browser.
The same active grant is reused for the same affiliate, external customer id, and template pack. This keeps affiliate systems idempotent while preserving a single active signup link per prepaid customer.
Headers, path parameters, and body fields used by this step.
Authorization
Header
Affiliates API key issued by CrossPath. Requests without a valid Bearer token are rejected.
Authentication headers
Header contract used by the Affiliates API endpoint
Authorization: Bearer Affiliate-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/jsonNeed access?
CrossPath will issue the affiliate technical account, the API key, and the template packs your integration should use when calling the signup-link endpoint.