Skip to main content
POST
/
prop
/
payouts
/
{payout_id}
/
mark-disbursing
Mark Payout Disbursing
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/payouts/{payout_id}/mark-disbursing \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

payout_id
string<uuid>
required

Response

Successful Response

The response is of type Response Mark Payout Disbursing Prop Payouts Payout Id Mark Disbursing Post · object.