Billing API, REST: Service.get
Returns the specified service.
HTTP request
GET https://billing.api.il.nebius.cloud/billing/v1/services/{id}
Path parameters
Parameter | Description |
---|---|
id | Required. ID of the service to return. To get the service ID, use list request. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"name": "string",
"description": "string"
}
A Service resource.
Field | Description |
---|---|
id | string ID of the service. |
name | string Name of the service, e.g. |
description | string Description of the service. |