POST : Create company
This endpoint lets you create one company for a given media.
Important informations
This endpoint have a
shortrate limits β Rate limits
For Data management purpose, Only one company with unique name a or/and domain_url
Create new company
POST https://api.piloty.fr/companies
Request Body
Name
Type
Description
media_public_id*
string
ex: "acme_media"
name*
string
eg: "ACME Company"
domain_url
string
eg: "acme-company.com"
description
string
eg: "Lorem Ipsum ..."
logo
file
Image file format are accepted
To use with content-type : multipart/form-data
Request example with application/x-www-form-urlencoded
Request example with multipart/form-data
Last updated