Retrieve user personal access tokens
curl --request GET \ --url https://api.eda.prisme.ai/v2/user/accessTokens \ --header 'X-Prismeai-API-Key: <api-key>'
[ { "expiresAt": "<string>", "name": "<string>", "token": "<string>", "userId": "<string>", "id": "<string>" } ]
Was this page helpful?