Billing API, REST: Service.Get
Written by
Updated at April 23, 2026
Returns the specified service.
HTTP request
GET https://billing.api.cloud.yandex.net/billing/v1/services/{id}
Path parameters
|
Field |
Description |
|
id |
string Required field. ID of the service to return. 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. |