A P I Keys
curl -X GET "https://example.com/apps/string/api-keys"Empty
Path Parameters
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/api-keys" \ -H "Content-Type: application/json" \ -d '{ "name": "Production key", "type": "SECRET" }'Empty
curl -X DELETE "https://example.com/apps/string/api-keys/string"Empty