Skip to main content
POST
Create or update an organization

Authorizations

Authorization
string
header
required

Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)

Path Parameters

id
string
required

Organization ID from the source system

Example:

"ORG-5001"

Body

application/json
name
string
required
Example:

"Acme Corp"

email
string | null
Example:

"info@acme.com"

phone
string | null
Example:

"+31201234567"

address
string | null
Example:

"Herengracht 200"

zip
string | null
Example:

"1016 BS"

city
string | null
Example:

"Amsterdam"

country
string | null
Example:

"NL"

comment
string | null
status
string
default:active
Example:

"active"

created_at
string<date-time> | null
updated_at
string<date-time> | null

Response

Organization updated

success
boolean
Example:

true

data
object
message
string