Skip to main content
GET
/
developers
/
sandbox
/
fixtures
List test fixtures
curl --request GET \
  --url https://api.txcloud.io/v1/developers/sandbox/fixtures \
  --header 'Authorization: Bearer <token>'
{
  "identity": {},
  "transactions": {},
  "watchlist": {}
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Test fixtures

identity
object
transactions
object
watchlist
object