Skip to main content
GET
/
auth
Test authorization methods.
curl --request GET \
  --url https://api.ragkit.com/v1/auth \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

success
enum<boolean>
required

Always true.

Available options:
true,
false
data
string
required

The authorized organization's Id.