Get service lists

Retrieves the base URL information and provides links to additional resources or endpoint categories.

Last Update: 7 NOV 2024

Example URL

https://{api_base_url}/integration/webapi

Get Base URL Information

Method: GET

URL: {{base_url}}

Response Example:

{
    "data": {
        "tag": "string"
    }
}

Response Details:

ObjectData TypeDescription

data

object

Contains endpoint links for additional resources.

tag

string

URL link to the /tag endpoint or tag-related data.

Last updated