organizations
Creates organization
POST
/
organizations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requireddescription
string
websiteUrl
string
implementationTimeline
enum<string>
Available options:
yesterday
, nextTwoWeeks
, nextTwoMonths
, justBrowsing
Response
200 - application/json
organization
object
Was this page helpful?