Skip to main content
GET
/
public
/
v2
/
oauth
/
callback
OAuth callback from WorkOS
curl --request GET \
  --url https://api.dualentry.com/public/v2/oauth/callback/ \
  --header 'X-API-KEY: <api-key>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Response

400 - application/json

Bad Request

error
string
required
Last modified on May 29, 2026