Skip to main content
POST
/
prop
/
payouts
/
{payout_id}
/
reject
Reject Payout
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/payouts/{payout_id}/reject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{}

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

Body

application/json
reason
string
required
Required string length: 1 - 500

Response

Successful Response

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