To interact with secured endpoints of the Domino REST API, you must send an API authentication key along with your request. This key identifies you as a specific Domino user so Domino can check for authorization. You can find your API key in your Domino account settings.
To authenticate your requests, include your API key with the header X-Domino-Api-Key
.
Find your API key
-
Go to Account Settings.
-
Go to Settngs > API Key to see your key.
Caution