Skip to content

GEN authentication status

GET
/api/v1/auth/gen

Check if user is authenticated with GEN.

Successful Response

BooleanResponse

Simple response returning a single boolean success status.

object
success
required
Success

Success status of the operation

boolean

Token verification failed or public key not found

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Unauthorized: Invalid or expired token

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Not Found

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Internal Server Error

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string