Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 459 Bytes

File metadata and controls

23 lines (13 loc) · 459 Bytes

listScopedKeys

List the account's domain-scoped API keys. A scoped key can send and manage only its one domain — hand one to each site or CI job so a leak burns only that surface.

HTTP: GET /api/keys/scoped

Parameters

None.

Returns

scoped-key[]

Example

Object res = mk.listScopedKeys();

← All methods · Docs · mailkite.dev