Skip to main content
GET
/
public
/
{user_id}
/
flags
List Customer Flags
curl --request GET \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/flags \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "fbccd96a-0ddd-3766-8626-d510dcb1b0a0",
    "name": "Blair Herzog",
    "slug": "molestiae-quaerat-tempora-corporis-ipsa-omnis-occaecati"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

Response

200 - application/json
data
object