Skip to main content
POST
Update the self-asserted business details (legal name, jurisdiction, registration number) for the active organization.

Authorizations

Authorization
string
header
required

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

Body

application/json
business_type
enum<string> | null
Available options:
sole,
business
business_name
string | null
Maximum string length: 200
business_jurisdiction
string | null
Maximum string length: 120
business_registration_number
string | null
Maximum string length: 100

Response

Business details updated.

data
object
required
error
null
required