curl --request POST \
--url https://api.novu.co/v1/organizations \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"logo": "<string>",
"jobTitle": "engineer",
"domain": "<string>",
"productUseCases": {}
}'
{
"data": {
"name": "<string>",
"logo": "<string>",
"branding": {
"direction": "ltr",
"logo": "<string>",
"color": "<string>",
"fontColor": "<string>",
"contentBackground": "<string>",
"fontFamily": "<string>"
},
"partnerConfigurations": [
{
"projectIds": [
"<string>"
],
"accessToken": "<string>",
"configurationId": "<string>",
"teamId": "<string>",
"partnerType": "vercel"
}
]
}
}
curl --request POST \
--url https://api.novu.co/v1/organizations \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"logo": "<string>",
"jobTitle": "engineer",
"domain": "<string>",
"productUseCases": {}
}'
{
"data": {
"name": "<string>",
"logo": "<string>",
"branding": {
"direction": "ltr",
"logo": "<string>",
"color": "<string>",
"fontColor": "<string>",
"contentBackground": "<string>",
"fontFamily": "<string>"
},
"partnerConfigurations": [
{
"projectIds": [
"<string>"
],
"accessToken": "<string>",
"configurationId": "<string>",
"teamId": "<string>",
"partnerType": "vercel"
}
]
}
}
Authorization
field like the example shown below:E.g ApiKey 18d2e625f05d80e
Created
The response is of type object
.
Was this page helpful?