curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/initAuth \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"redirectUrl": "https://website-sample.com"
}'
This response does not have an example.
This endpoint initializes a secure oauth authentication sequence by providing the state and current url path to the API.
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/providers/{providerType}/initAuth \
--header 'Content-Type: application/json' \
--data '{
"state": "<string>",
"redirectUrl": "https://website-sample.com"
}'
This response does not have an example.
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Type of external auth provider
emailOnly
, magicLink
, apple
, bitbucket
, coinbasesocial
, discord
, epicgames
, facebook
, farcaster
, github
, gitlab
, google
, instagram
, linkedin
, microsoft
, twitch
, twitter
, blocto
, banxa
, coinbaseOnramp
, dynamic
, alchemy
, zerodev
, telegram
, turnkey
, coinbaseWaas
, sms
, spotify
, tiktok
, line
, steam
, shopify
OAuth temporary auth code
The body is of type object
.
Empty response
Was this page helpful?