Create claim
Requires API token authentication. Create a new claim. The organization is determined from your API token. Financial, workflow and collection stage fields are managed automatically by the system and cannot be set from this endpoint.
Partner tokens: customer_id is required to determine the organization.
Client/org tokens: customer_id is optional.
Partner program (side effect): When the request is authenticated with a partner-owned
API token and customer_id refers to a partner-created customer (partner_id set) with a
valid email, the first successful claim creation for that customer triggers an automatic
invitation email (admin portal accept-invitation flow). Subsequent claims for the same
customer do not send again. This runs asynchronously and does not affect the HTTP response or latency.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.