DevZero Logo
DevZero

oauth2 authorization callback

GET
/oauth2/authorize
/oauth2/authorize

Query Parameters

code
Required
string

this is the code for exchanging a user access token

state
Required
string

oauth2 state slug

curl -X GET "https://api.devzero.io/backend/v0/oauth2/authorize?code=string&state=string"

OK

{
  "message": "string"
}