Skip to main content
POST
/
orders
/
customer
/
{customerId}
cURL
curl --request POST \
  --url https://gateway.7exchange.io/wallet/1.0.0/orders/customer/{customerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --header 'token: <token>' \
  --data '{
  "page": 123,
  "take": 123
}'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required
token
string
required

Path Parameters

customerId
string
required

Body

application/json
page
integer
take
integer

Response

Accepted