GoDoxy

Auth Callback

POST
/auth/callback

Handles the callback from the provider after successful authentication

Request Body

application/json

Userpass only

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/auth/callback" \  -H "Content-Type: application/json" \  -d '{}'
"string"