AgentAccessTokens
Agent Access Token Details
Get details about an agent access token by invoking the following endpoint:
GET https://YourAccount.lacework.net/api/v2/AgentAccessTokens/{id}
You can get the {id} by invoking the GET /api/v2/AgentAccessTokens endpoint. Replace {id} with the long hexadecimal access token identifier returned in the accessToken field of the GET /api/v2/AgentAccessTokens endpoint response.
get/api/v2/AgentAccessTokens/{id}
Path parameters
idstring required
Agent Access Token {id}
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
No Error