Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 456 Bytes

File metadata and controls

23 lines (13 loc) · 456 Bytes

getApiKey

Get the account's unrestricted API key (mk_live_…). Read-or-create: the first call mints it.

HTTP: GET /api/keys

Parameters

None.

Returns

api-key-response — see the api-key-response schema.

Example

Object res = mk.getApiKey();

← All methods · Docs · mailkite.dev