Skip to main content
GET
/
prop
/
payouts
List Payouts
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/prop/payouts \
  --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

status
string | null
limit
integer
default:50
offset
integer
default:0

Response

Successful Response

The response is of type Response List Payouts Prop Payouts Get · object.