cURL
curl --request GET \ --url https://api.dfns.io/auth/pats \ --header 'Authorization: Bearer <token>'
{ "items": [ { "dateCreated": "<string>", "credId": "<string>", "isActive": true, "kind": "Pat", "linkedUserId": "<string>", "linkedAppId": "<string>", "name": "<string>", "orgId": "<string>", "permissionAssignments": [ { "permissionName": "<string>", "permissionId": "<string>", "assignmentId": "<string>", "operations": [ "<string>" ] } ], "publicKey": "<string>", "tokenId": "<string>", "accessToken": "<string>" } ] }
Retrieve the list of your Personal Access Tokens.
CustomerEmployee
EndUser
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Success
Show child attributes
Access token kind.
Pat
ServiceAccount
Token
Code
Recovery
Temp
Application
Was this page helpful?