Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://vallelabs-pei-hvi.talentum.edu.co/filters/service-type'
Responses
application/json {"data":[{"id":"1a2b3c4d-5e6f-7g8h-9i0j-1k2l3m4n5o6p","name":"Empresarial"},{"id":"2b3c4d5e-6f7g-8h9i-0j1k-2l3m4n5o6p7q","name":"Tecnológico"},{"id":"3c4d5e6f-7g8h-9i0j-1k2l-3m4n5o6p7q8r","name":"Investigación"},{"id":"4d5e6f7g-8h9i-0j1k-2l3m-4n5o6p7q8r9s","name":"Comercial"},{"id":"5e6f7g8h-9i0j-1k2l-3m4n-5o6p7q8r9s0t","name":"Productivo"}]}
Modified at 2024-10-29 20:50:00