Skip to main content
POST
/
admin
/
customers
/
{user_id}
/
notes
Add customer note
curl --request POST \
  --url https://api.mnemom.ai/v1/admin/customers/{user_id}/notes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Supabase service role key for admin and service endpoints

Path Parameters

user_id
string
required

Body

application/json
note
string
required

Response

Note created

The response is of type object.