Adyen Managementservice V3
Connector for the adyen-managementservice-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management-test.adyen.com/v3 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_companies— GET /companies — Get a list of company accountsget_companies_companyid— GET /companies/{companyId} — Get a company accountget_companies_companyid_androidapps— GET /companies/{companyId}/androidApps — Get a list of Android appsget_companies_companyid_androidapps_id— GET /companies/{companyId}/androidApps/{id} — Get Android appget_companies_companyid_androidcertificates— GET /companies/{companyId}/androidCertificates — Get a list of Android certificatesget_companies_companyid_apicredentials— GET /companies/{companyId}/apiCredentials — Get a list of API credentials
Inputs
apiKey— your adyen-managementservice-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_companies
apiKey: <your key>