Skip to main content
GET
Returns the active onboarding form joined with the affiliate’s saved answers. Questions the affiliate has not yet answered are returned with answer: null. completed_at is null until the affiliate (or your integration) marks the onboarding complete.

Path Parameters

string
required
The unique identifier of the affiliate

Response

boolean
Always true for successful responses
object
Onboarding responses payload.

Notes

  • Required permission: read:affiliates.
  • Returns 404 NOT_FOUND with Affiliate not found if the affiliate does not belong to your team.
  • Soft-deleted questions are excluded; previously stored answers for soft-deleted questions are not returned by this endpoint.