client.endpoints.get

A method of the Endpoints endpoint.

get(*, openapi_version: str = None) Response

List API endpoints

API URL: GET /endpoints

import civis
client = civis.APIClient()
response = client.endpoints.get(...)
Parameters:
openapi_versionstr, optional

If specified, return the spec in the given OpenAPI version format instead of Swagger 2.0. Supported value: ‘3.0’.

Returns:
None

Response code 200: success