Skip to main content

Get the API root

GET 

/

Returns the API welcome message. This route is public and doesn't require authentication.

Welcome to Exorde API!

Cost: 0 credit per call.

Request

Header Parameters

    X-Exorde-Api-Version stringrequired

    Possible values: [v1]

    The API version.

Responses

OK

Schema
    message stringrequired

    Welcome message

    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...