Skip to main content
GET
/
admin
/
customers
/
{user_id}
Admin customer detail
curl --request GET \
  --url https://api.mnemom.ai/v1/admin/customers/{user_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Supabase service role key for admin and service endpoints

Path Parameters

user_id
string
required

Response

Customer detail

The response is of type object.