POST /api/keys - Create a new API key with specified name and scopes
Use your API key as a Bearer token. Example: Authorization: Bearer mk_live_...
The newly created API key. The full key value is only shown once.
A newly created API key. The full key value is only returned once.
Unique key identifier.
"key_ghi789"
Human-readable name for the key.
"My New Key"
The full API key value. Store this securely -- it will not be shown again.
"mk_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
Permissions granted to this key.
read, write When the key was created.