Skip to main content
GET
/
api
/
v0
/
users
/
{user}
Gets a user.
curl --request GET \
  --url https://north.sh/api/v0/users/{user} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user
string
required

Response

Resource not found

message
string
Example:

"Resource not found"