API Information

To get started, you can first try out our default welcome API, which would return the current Platform version and list of supported API versions.

API Endpoint

GET /

Headers

Type Value Required
Accept application/vnd.KATSANA.v1+json Yes

Request

curl --request GET \
    --url https://api.katsana.com \
    --header 'accept: application/vnd.KATSANA.v1+json'

Response

{
    "platform": "v4.3.9",
    "api": [
        "v1"
    ]
}