Appcenter
Connector for the appcenter API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.appcenter.ms - Auth:
header:X-API-Token(pass your key via theapiKeyinput)
Operations
test_gdprexportaccounts— GET /v0.1/account/test/export — Lists all the endpoints available for Test accounts datatest_gdprexportaccount— GET /v0.1/account/test/export/accounts — Lists account datatest_gdprexportfeatureflag— GET /v0.1/account/test/export/featureFlags — Lists feature flag dataorganizations_listadministered— GET /v0.1/administeredOrgs — Returns a list organizations in which the requesting user is an adminuserapitokens_list— GET /v0.1/api_tokens — Returns api tokens for the authenticated userapps_list— GET /v0.1/apps — Returns a list of apps
Inputs
apiKey— your appcenter 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: test_gdprexportaccounts
apiKey: <your key>