Skip to main content

Get service on products

This operation allow you to consult a service that is found in the assigned product.

HTTP Request

GET /products/services/:services_id

Header Parameters

HeaderDescription
Authorization 
requerid
El bearer token created in
Get authorization Token
Content-Type
requerid
application/json

Example JSON Request:

GET /products/services/365d568a-4567-123e-81dc-987654bf1234;

Example JSON Response:

{
"success": true,
"code": 0,
"message": "OK",
"data": {
}
}