Retorna la categoria registrada con el id que se envía como parámetro.

axios.get(`https://apin.oorden.com/v2/contacts-categories/${id}`)
then(response => {
    console.log(response.data);
});
Language
Click Try It! to start a request and see the response here!