Skip to main content
GET
/
oauth
/
authorize
Redirect to React consent page.
curl --request GET \
  --url https://api.archera.ai/oauth/authorize \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "status": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key from User Settings > API Access in the Archera platform.

Response

default - application/json

Default error response

code
integer

Error code

status
string

Error name

message
string

Error message

errors
object

Errors