// Replace API_KEY with your api key and :userId with user id
curl --location 'https://api.supahub.com/api/v1/users/:userId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/users/:userId
path

Path Parameters

Below are the query parameters available for customizing the response:

userId
string
required

Identifier of the user being requested.

// Replace API_KEY with your api key and :userId with user id
curl --location 'https://api.supahub.com/api/v1/users/:userId' \
--header 'Authorization: Bearer API_KEY'