Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 504 Bytes

File metadata and controls

23 lines (13 loc) · 504 Bytes

rotateApiKey

Rotate the account API key: the old key stops working immediately and a fresh one is returned. The plaintext is only shown here.

HTTP: POST /api/keys/rotate

Parameters

None.

Returns

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

Example

Object res = mk.rotateApiKey();

← All methods · Docs · mailkite.dev