Skip to main content
GET
/
v1
/
callback
curl
curl -X GET "https://my_sql_node.com/v1/callback?code=4/P7q7W91a-oMsCeLvIaQm6bTrgtp7&state=fRJfv29f3v39Jf39dJf93jf"
{
  "status": {
    "reason": "Query executed successfully",
    "sql_state": "00000",
    "vendor_code": 0
  }
}

Documentation Index

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

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

Query Parameters

code
string
required

The authorization code from the OpenID provider. This endpoint exchanges the code for a token.

Example: code=4/P7q7W91a-oMsCeLvIaQm6bTrgtp7

state
string
required

Prevents cross-site request forgery attacks. This value should match the state in the initial authentication request.

Example: state=fRJfv29f3v39Jf39dJf93jf

Response

200 - application/json

Response

status
object
Last modified on May 20, 2026