Skip to main content
POST
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
tags
Attach Customer Tags
curl --request POST \
  --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/tags \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "tags": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Attach Customer Tags

Attach one or more tags to the specified customer.
Security: Provide both apikey and secretkey headers.
Channel Merging Available
If your system uses different customer IDs across multiple channels (e.g., online and offline), Gameball’s channel merging feature helps unify customer profiles. By including the customer’s mobile number or email (based on your merging configuration) with each request, Gameball will combine activities into a single profile. For more details, see the Channel Merging Guide.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Body

application/json
tags
string
required

A comma-separated list of tags to apply or remove (e.g., 'gamer, highSpender').

Response

200 - application/json

Tags attached

success
boolean
message
string