Managing Clients: GET /oauth/clients

Returns all of the clients for the authenticated user.

Axios.get('/oauth/clients')
    .then(response => {
        console.log(response.data);
    });

Managing Clients: GET /oauth/clients — Structure map

Clickable & Draggable!

Managing Clients: GET /oauth/clients — Related pages: