cURL
curl --request GET \ --url https://api.datalinks.com/api/v1/user/tokens \ --header 'Authorization: Bearer <token>'
[ { "created_at": "<string>", "expires_at": "<string>", "id": "<string>", "name": "<string>", "token": "<string>", "last_used_at": "<string>" } ]
List all tokens for the authenticated user.
Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.
Authorization
Authorization: Bearer <token>
Returns the user tokens.