Path Parameters
ID of the environment
Required string length: 
36Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Telegram Check Auth
Response
The user is recognized
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/checkTelegramAuth \
  --header 'Content-Type: application/json' \
  --data '{
  "state": "<string>",
  "telegramAuthToken": "<string>",
  "forceCreateUser": true,
  "code": "An example name",
  "sessionPublicKey": "An example name"
}'This response does not have an example.ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Telegram Check Auth
The user is recognized
Was this page helpful?
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/checkTelegramAuth \
  --header 'Content-Type: application/json' \
  --data '{
  "state": "<string>",
  "telegramAuthToken": "<string>",
  "forceCreateUser": true,
  "code": "An example name",
  "sessionPublicKey": "An example name"
}'This response does not have an example.