APIs
Retrieve an API
GET
/
v1
/
apis.getApi
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
apiId
string
requiredThe id of the api to fetch
Response
200 - application/json
id
string
requiredThe id of the key
workspaceId
string
requiredThe id of the workspace that owns the api
name
string
The name of the api. This is internal and your users will not see this.
Was this page helpful?