Skip to main content
GET
/
cloud
/
v1
/
service_endpoints
Client available endpoints
curl --request GET \
  --url https://api.gcore.com/cloud/v1/service_endpoints \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "created_on": "2023-11-07T05:31:56Z",
      "region_id": 123,
      "service": "ai_service",
      "updated_at": "2023-11-07T05:31:56Z",
      "version": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

region_id
integer | null

Region ID

Example:

2

service
enum<string> | null

Endpoint service

Available options:
ai_service,
caas,
caas_for_inference,
dbaas,
ddos,
faas,
inference_at_the_edge,
inference_box,
laas,
mkaas,
registry
Example:

"laas"

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
Client endpoint object · object[]
required

Objects