Skip to main content
GET
/
clients
/
me
/
integrations
/
noah
/
payouts
/
countries
Get payout countries
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payouts/countries \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "countries": {}
  }
}

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Response

Countries retrieved successfully

data
object