Create a personal access token
curl --request POST \ --url https://api.eda.prisme.ai/v2/user/accessTokens \ --header 'Content-Type: application/json' \ --header 'X-Prismeai-API-Key: <api-key>' \ --data '{ "expiresAt": "<string>", "name": "<string>", "token": "<string>", "userId": "<string>", "id": "<string>" }'
{ "expiresAt": "<string>", "name": "<string>", "token": "<string>", "userId": "<string>", "id": "<string>" }
Was this page helpful?