curl --request GET \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/disabled-payment-rails \
--header 'Authorization: Bearer <token>'{
"disabledPaymentRails": [
"<string>"
],
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Returns the list of payment rails that are disabled for the organization. Empty list means all rails are enabled. Requires the org:read:all scope.
Token types: APP, USER | Required scopes: org:read:all
curl --request GET \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/disabled-payment-rails \
--header 'Authorization: Bearer <token>'{
"disabledPaymentRails": [
"<string>"
],
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The organization ID.
Was this page helpful?