Payouts
Fetch payout tags
Returns the tags associated with the provided payout id.
GET
/
v1
/
businesses
/
{businessId}
/
payouts
/
{payoutId}
/
tags
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
Content-Type must be set to application/json
Path Parameters
businessId
string
requiredThe UUID of the business that the payout to fetch tags for belongs to
payoutId
string
requiredThe UUID of the payout to fetch tags for
Response
200 - application/json
id
string
ID for the tag
key
string
Key for the tag
value
string
Value for the tag
created_at
string
When the tag was created
updated_at
string
When the tag was last updated
deleted_at
string | null
When the tag was deleted