Get service list all

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

Example URL

https://api.icube.co.th/integration/webapi

Last Update: 1 NOV 2024

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