Skip to main content

Overview

Gets information about a token.

HTTP request

POST /Agent/Tokens/GetToken

Authentication

Requires a valid JWT bearer token.

Request (JSON)

{
	"tokenId":Required(Str(PTokenId))
}

Input parameters

ParameterDescription
PTokenIdID to token to get.

Response (JSON)

{
	"Token":Required(PToken)
}

Response parameters

ParameterDescription
PTokenToken, if authorized and found.

Notes

This endpoint uses the request schema notation described in Pattern matching.