Skip to main content
GET
/
public
/
{user_id}
Show Customer
curl --request GET \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "a13651d6-616e-4afa-86e8-d0a2d1338486",
    "auth_id": "a7b45af7-0e89-3c50-b0f4-ace0f1ed67ba",
    "name": "Adaline Langworth",
    "business_entity_id": "a13651d6-60a5-41eb-b7e6-8942fe1c86ed",
    "currency": "USD"
  }
}

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