Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Business ID

Body

application/json

Updated business information

name
string

Updated business name

email
string<email>

Updated business email

description
string

Updated business description

Response

Business updated successfully

id
string
required

Unique business identifier

name
string
required

Business name

email
string<email>
required

Business email address

status
enum<string>
required

Business status

Available options:
active,
pending,
suspended,
verified
created_at
string<date-time>

Business creation timestamp

updated_at
string<date-time>

Last update timestamp