Skip to content

Get Authentication Status

GET
/api/v1/auth/status
curl --request GET \
--url https://example.com/api/v1/auth/status \
--header 'Authorization: Bearer <token>'

Successful Response

Media typeapplication/json
AuthStatusResponse
object
authenticated
required
Authenticated
boolean
auth_type
required
Auth Type
string
workspace
required
Workspace
string
client_id
required
Client Id
string
nexa_client_configured
required
Nexa Client Configured
boolean
Examplegenerated
{
"authenticated": true,
"auth_type": "example",
"workspace": "example",
"client_id": "example",
"nexa_client_configured": true
}