Skip to main content

Get user info

GET 

/user/info

Returns user information.

Cost: 0 credit per call.

Request

Header Parameters

    X-Exorde-Api-Version stringrequired

    Possible values: [v1]

    The API version.

Responses

OK

Schema
    user objectrequired

    A User resource.

    id uuidrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$

    The user id

    email email

    The user email.

    plan object

    The user subscription plan

    name stringrequired

    The plan name.

    totalMonthlyCredits int32required

    The total of credits allowed for the current month.

    remainingMonthlyCredits int32required

    The total of credits remaining for the current month.

    maxAdditionalCredits int32

    The maximum of additional credits allowed for the current month.

    remainingAdditionalCredits int32

    The total of additional credits remaining for the current month.

    createdAt date-timerequired

    The creation date of the user. It respect RFC3339 format, UTC date-time without timezone.

    updatedAt date-timerequired

    The last date when the user was updated. It respect RFC3339 format, UTC date-time without timezone.

    status objectrequired
    cost int32required

    Number of credits that were consumed for this request.

    apiDeprecationNotice object

    Deprecation notice of the API.

    message stringrequired

    A message that tells when the API version will be shut down.

    shutdownDate date-timerequired

    The date of removal of the API version, UTC date-time without timezone using RFC3339 format.

Loading...