Skip to main content
GET
/
client
/
orders
cURL
curl --request GET \
  --url https://sandbox-remote-api.rayda.co/api/v2/client/orders \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer<int32>

Specifies which page of records to retrieve.

per_page
integer<int32>

The number of records to return per page

Response

A list of client orders

{key}
object