New docs? Check out the change log to learn more!
curl --request POST \
--url https://discord.com/api/v10/partner-sdk/provisional-accounts/unmerge \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"external_auth_token": "<string>",
"external_auth_type": "<string>",
"client_secret": "<string>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}curl --request POST \
--url https://discord.com/api/v10/partner-sdk/provisional-accounts/unmerge \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"external_auth_token": "<string>",
"external_auth_type": "<string>",
"client_secret": "<string>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}Discord bot token
10240"OIDC"1024204 response for partner_sdk_unmerge_provisional_account