Skip to main content
GET
/
v1
/
customers
/
{customer_id}
/
payout-accounts
/
{account_id}
Get a payout account
curl --request GET \
  --url https://api.monigo.co/v1/customers/{customer_id}/payout-accounts/{account_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Path Parameters

customer_id
string
required

Customer ID

account_id
string
required

Payout account ID

Response

OK

The response is of type object.