Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Reset API token

POST/v1/me/reset-tokenFree

Issues a new API token. Once the request is processed successfully, the current token is invalidated immediately and only the new token works.

The same action is available from the bot.

Api-Key header with the current (about-to-be-replaced) token.

No parameters, no body.

Terminal window
curl -X POST \
-H "Api-Key: $API_KEY" \
https://api.telesint.dev/v1/me/reset-token
{
"token": "abc123def456ghi789jkl012mno345pq"
}
Field Type Notes
token string New API token. Use as Api-Key in all subsequent requests.

Common error shapes — see Errors.