GET
/
v0
/
users
/
{userId}
curl --request GET \
  --url https://api.fungies.io/v0/users/{userId} \
  --header 'x-fngs-public-key: <api-key>'
{
  "status": "<string>",
  "data": {
    "user": {
      "object": "user",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "email": null,
      "username": null,
      "details": null,
      "internalId": null
    }
  }
}

Authorizations

x-fngs-public-key
string
header
required

Path Parameters

userId
string
required

GET /v0/users/:userId Parameter

Response

200
application/json
GET /v0/users/:userId Positive response
status
string
required
Allowed value: "success"
data
object
required