Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt

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

Releases the security token. A token stays active until it is released.

releaseToken

GET /releaseToken/{version}

Parameters

ParameterDescription
versionThe value for version should be V1.

Request

Header:
token: {TOKEN}

Response 200

{
  "OK"
}

Example

curl -X GET \
  "https://api.grdd.net/Platform.svc/releaseToken/V1" \
  -H "token: $TOKEN"