cURL
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>" } '
{}
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A cursor for use in pagination. Takes an object as input
The number of objects to be fetched, by default 10, can be from 1 to 100
200
The response is of type object.
object
Was this page helpful?