API Overview
    • 15 Jan 2024
    • 1 Minute to read
    • Dark
      Light

    API Overview

    • Dark
      Light

    Article summary

    Pull (GET) APIs

    Used for mostly static data stored in Acante.

    Authentication

    API Key provided by Acante on the Acante UI Configurations page

    Response codes

    200 - OK

    Everything worked as expected
    #### 400 - Bad Request

    The request was unacceptable, often due to missing parameter(s)

    401 - Unauthorized

    API key provided was invalid

    403 - Forbidden

    The API key doesn’t have permissions to perform the request

    404 - Not Found

    The requested resource doesn’t exist
    application/json: { message }

    4XX and 5XX

    Something else went wrong


    What's Next