Skip to main content
GET
/
api
/
v1
/
technician
/
get
/
{id}
Obtener técnico por ID
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/technician/get/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

ID del técnico (UUID)

Response

Técnico obtenido exitosamente

The response is of type object.