API referenceAdmin provider gateways
List reusable provider gateways
agw_identity_auth.session_token<token>
The console's session cookie. Admin requests from the console also send x-console-request: 1.
In: cookie
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/admin/provider-gateways"{ "gateways": [ { "id": "string", "name": "string", "secretHint": "string", "providerCount": 0, "referencedCount": 0, "status": "active", "createdAt": "string", "updatedAt": "string", "createdBy": "string", "type": "cf_aig", "config": { "accountId": "string", "gatewayId": "string" } } ]}