// Replace API_KEY with your api key and :userId with user idcurl --location 'https://api.supahub.com/api/v1/users/:userId' \--header 'Authorization: Bearer API_KEY'
Users
Single User
Retrieve details of a specific user.
Copy
// Replace API_KEY with your api key and :userId with user idcurl --location 'https://api.supahub.com/api/v1/users/:userId' \--header 'Authorization: Bearer API_KEY'
// Replace API_KEY with your api key and :userId with user idcurl --location 'https://api.supahub.com/api/v1/users/:userId' \--header 'Authorization: Bearer API_KEY'