Skip to main content
PUT
/
api
/
v1
/
merchants
/
me
Update profile
curl --request PUT \
  --url https://meet.briq.tz/api/v1/merchants/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "phone": "<string>",
  "callback_url": "<string>",
  "webhook_url": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key obtained from the merchant dashboard. When using the 'Try It' feature, enter only the key—the 'Bearer ' prefix is added automatically. For direct API calls, the 'Authorization: Bearer ' format is mandatory.

Body

application/json
name
string
phone
string
callback_url
string
webhook_url
string

Response

200 - application/json

OK

The response is of type object.