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 POST \ --url https://api.example.com/api/pat/v1/tokens \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "expiresIn": 123, "name": "<string>", "description": "<string>" } '
{ "createdAt": "2025-08-21T23:51:54.075Z", "expiresAt": "2025-08-21T23:51:54.075Z", "isValid": true, "name": "<string>", "patId": "<string>", "userId": "<string>", "username": "<string>", "token": "<string>", "description": "<string>" }
Personal access token to be created
success
"2025-08-21T23:51:54.075Z"
Was this page helpful?
Contact support