Mailmus

A P I Keys

GET
/apps/{appId}/api-keys

Path Parameters

appId*string

Response Body

curl -X GET "https://example.com/apps/string/api-keys"
Empty
POST
/apps/{appId}/api-keys

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
DELETE
/apps/{appId}/api-keys/{id}

Path Parameters

id*string
appId*string

Response Body

curl -X DELETE "https://example.com/apps/string/api-keys/string"
Empty