schema_retrieve
GET /schema/
OpenApi3 schema for this API. Format can be selected via content negotiation.
- YAML: application/vnd.oai.openapi
- JSON: application/vnd.oai.openapi+json
Query Parameters
- format string
Possible values: [
json
,yaml
] - lang string
Possible values: [
de
,en
,es
,fr
,it
,pt
]
Responses
- 200
- application/vnd.oai.openapi
- application/yaml
- application/vnd.oai.openapi+json
- application/json
- Schema
- Example (from schema)
Schema
{}
- Schema
- Example (from schema)
Schema
{}
- Schema
- Example (from schema)
Schema
{}
- Schema
- Example (from schema)
Schema
{}
Authorization
name: sessionidtype: apiKeyin: cookie
Request
Request
curl / cURL
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
python / requests
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
go / native
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
nodejs / axios
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
ruby / Net::HTTP
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
csharp / RestSharp
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
php / cURL
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
java / OkHttp
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'
powershell / RestMethod
curl -L -X GET 'https://docs.kubepay.io/schema/' \
-H 'Accept: application/vnd.oai.openapi'