API Keys
Retrieve an API key by id
GET
/
api
/
v1
/
workspace
/
{id}
/
api-key
/
{akid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe workspace id.
akid
string
requiredThe API key id.
Response
200 - application/json
apiKey
object
required