POST
/
sdk
/
{environmentId}
/
checkTelegramAuth
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.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json
Telegram Check Auth
state
string

Temporary auth state for oauth2 access

telegramAuthToken
string

JWT Auth Token coming from Telegram Bot containing user information

forceCreateUser
boolean

Force create a user for Telegram Auto Login

code
string
Example:

"An example name"

sessionPublicKey
string
Example:

"An example name"

Response

204
_mintlify/placeholder

The user is recognized