🚀 Stablecoin Accounts are live! Learn more
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/telegram/auth \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"telegramUser": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"hash": "<string>",
"photoURL": "<string>",
"username": "<string>",
"authDate": "<string>"
}
}'
This response does not have an example.
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/telegram/auth \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"telegramUser": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"hash": "<string>",
"photoURL": "<string>",
"username": "<string>",
"authDate": "<string>"
}
}'
This response does not have an example.
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Accepted
Was this page helpful?