Replace customer tags

Replaces the customer's tags with the list you send. It doesn't add to the existing tags.

  • Any tag you leave out is removed. To add a tag, send the current tags plus the new one.
  • Send an empty array to remove every tag.
  • A tag that doesn't exist yet is created on your profile.
  • If the customer's saved details are invalid, you get 422 and the tags aren't changed. Fix the customer first.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

Your merchant profile ID. Required in every request.

Find it in the BillPro dashboard address, after /profiles/. For example, in /profiles/1234/orders the profile ID is 1234.

string
required

ID of the customer.

Body Params
tag_list
array of strings
required

The customer's complete list of tags. Replaces the current list. Send [] to remove every tag.

tag_list*
Responses

Language
Credentials
Bearer
API token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json