Skip to content

Create Token

POST https://api.echovalue.dev/token

Creates a new API token. No authentication is required.

Body (application/x-www-form-urlencoded):

ParameterValueDescription
tokennewMust be the literal string new

200 OK — the new token as plain text.

a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6
StatusMeaning
200Token created
400Missing or invalid token parameter
Terminal window
curl 'https://api.echovalue.dev/token' \
-d 'token=new'