Skip to main content
GET
/
v3
/
entity
List entity
curl --request GET \
  --url https://service-sandbox.tazapay.com/v3/entity \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ending_before": "<string>",
  "limit": 123,
  "starting_after": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ending_before
string

A cursor for use in pagination. Takes an object as input

limit
integer<int32>

The number of objects to be fetched, by default 10, can be from 1 to 100

starting_after
string

A cursor for use in pagination. Takes an object as input

Response

200

The response is of type object.