Skip to main content
POST
/
sdk
/
{environmentId}
/
checkTelegramAuth
Telegram provider check auth
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",
  "captchaToken": "<string>"
}'
This response does not have an example.

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Body

application/json
state
string
telegramAuthToken
string
forceCreateUser
boolean
code
string
Example:
sessionPublicKey
string
Example:
captchaToken
string

Response