Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt

Use this file to discover all available pages before exploring further.

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 of 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.