Skip to main content
POST
/
v1
/
customer-sessions
Create Customer Session
curl --request POST \
  --url https://api-sandbox.y.uno/v1/customer-sessions \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "country": "AR"
}
'
{
  "customer_session": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
account_id
string<uuid>
required
customer_id
string<uuid>
required
country
enum<string>
required

ISO 3166-1 alpha-2 country code

Available options:
AR,
BO,
BR,
CL,
CO,
CR,
EC,
SV,
GT,
HN,
MX,
NI,
PA,
PY,
PE,
US,
UY

Response

200 - application/json

Customer session created

customer_session
string<uuid>