Skip to main content
GET
/
api
/
v0
/
user
/
user-id
Get user ID
curl --request GET \
  --url https://dev.bringin.xyz/api/v0/user/user-id \
  --header 'api-key: <api-key>'
{
  "userId": "34c3b5a7-ae2d-4390-9f46-2c4e246149cf"
}
Returns the Bringin user ID for the authenticated user. Requires a per-user api-key.
{
  "userId": "34c3b5a7-ae2d-4390-9f46-2c4e246149cf"
}