Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/serviceAccounts/v1/serviceAccounts/{serviceAccountIdpId}/tokens/{tokenName} \ --header 'X-Domino-Api-Key: <api-key>'
{ "metadata": { "notices": [ "<string>" ], "requestId": "<string>" }, "token": { "createdAt": "2025-08-21T23:51:54.075Z", "isValid": true, "name": "<string>", "serviceAccountIdpId": "<string>", "token": "<string>", "expiresAt": "2025-08-21T23:51:54.075Z" } }
Get the token with the provided name that belongs to a particular service account
Show child attributes
Was this page helpful?
Contact support