openapi.space

This is the API for OpenAPI space.

🔑 apikey 15 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

pip install aliyun-openapi-python-sdk
npm install openapi-ts
# Maven: see https://github.com/aliyun/aliyun-openapi-java-sdk
# Maven: see https://github.com/OpenAPITools/openapi-generator
dotnet add package OpenAPI.NET
curl examples
Retrieves a list of currently defined APIs in API meta list format.
curl \
  -H "Authorization: $API_KEY" \
  /apis
Retrieves an API meta listing of all APIs defined for this owner
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}
Retrieves an API meta listing for all API versions for this owner and API
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}/{api}
Endpoints (15 total)
GET
/apis
Retrieves a list of currently defined APIs in API meta list format.
GET
/apis/{owner}
Retrieves an API meta listing of all APIs defined for this owner
GET
/apis/{owner}/{api}
Retrieves an API meta listing for all API versions for this owner and API
GET
/apis/{owner}/{api}/{version}/swagger.json
Retrieves the Swagger definition for the specified API and version in JSON fo…
GET
/apis/{owner}/{api}/{version}/swagger.yaml
Retrieves the Swagger definition for the specified API and version in YAML fo…
POST
/auth/ping
Check whether or not you are authenticated
POST
/auth/login
Log in to OpenAPI space
POST
/auth/logout
Log out from OpenAPI space
POST
/auth/register
Register to OpenAPI space
POST
/auth/login/apinf
Log in to OpenAPI space using an APInf account
POST
/apis/{owner}/{api}
Saves the provided Swagger definition
POST
/auth/login/apinf_token
Log in to OpenAPI space using an APInf authentication token
At a glance
Total SDKs5
Languages4
Endpoints15
Authapikey
Categories1
Other Openapi APIs (1)
openapi-generator.tech