APIs
Retrieve an API
GET
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the api to fetch
Minimum length:
1
Example:
"api_1234"
Response
200
application/json
The configuration for an api
The id of the key
Example:
"key_1234"
The id of the workspace that owns the api
Example:
"ws_1234"
The name of the api. This is internal and your users will not see this.
Example:
"Unkey - Production"
Was this page helpful?