Members
Member accessing and altering endpoints.
Last updated
Was this helpful?
Member accessing and altering endpoints.
Last updated
Was this helpful?
Returns a single member for a given merchant. Merchant is pulled from the public API key for security reasons.
/v2.0/admin/members/{id}
The customer ID number which you would like to retrieve.
Your private Inveterate API key.
This endpoint is used to update a member. It takes a member ID and uses your public API key to match the customer to your account. As of now, all fields in the update schema are required, so it is not possible to update a single field at a time.
/v2.0/admin/members/{id}
The customer ID number which you would like to update.
Your private Inveterate API key.
The customer's first name.
The customer's last name.
Internal notes for this customer. Only viewable by the merchant.
The customer's phone number.
Returns all members for a given merchant. Merchant is pulled from the public API key for security reasons.
Pagination is supported by passing limit and lastCustomerId values as
query parameters. You will get a lastCustomerId value in the response
of the previous request, which can be used for the next.
/v2.0/admin/members
Your private Inveterate API key.
This endpoint is used to create a free tier member. You can also provide a credit value to add credits to the new members account.<br>
The overrideSpendThreshold
parameter allows you to add customers to a spend based tier, and the keepInSpendBasedTier
parameter<br>
ensures that the member won't be downgraded if they don't hit the spend minimum.<br><br>
NOTE: This endpoint will downgrade a customer specified to a lower tier if that is the tier provided to the endpoint!
/v2.0/admin/members
Your private Inveterate API key.
The customerId to add to the specified free tier.
The signify whether or not the customer was referred. NOTE: NOT to be used to indicate the referring customer.
The segmentId of the tier you want to add this customer to.
Whether or not to override the spend required to add a cutomer to a spend based tier.
Whether or not you want to keep this customer in the spend based tier despite not meeting the spend threshold.
Especially for member creation requests, if you would like to add some credits to the specified customer.