/
Gets all partners for the organization
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
namestringOptional
Name of the partner
organizationIdintegerOptional
Organization ID the partner belongs to
partnerTypeIdintegerOptional
Partner type ID
addressGroupIdintegerOptional
Address group ID
activebooleanOptional
Whether the partner is active
sortOrderstring · enumRequiredExample:
The order to sort by
ascPossible values: sortBystringOptionalExample:
The field to sort by
createdAtpageNumbernumberOptionalExample:
The page number to filter by
1pageSizenumberOptionalExample:
The page size to filter by
10Responses
200Success
application/json
get
/api/partners/200Success
Creates a new partner
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Body
namestringRequired
Name of the partner
partnerTypeIdintegerRequired
Partner type ID
attributesobjectOptional
Additional attributes for the partner
addressGroupIdnumberOptional
Address group ID
activebooleanOptional
Whether the partner is active
Responses
200Success
application/json
post
/api/partners/200Success