v1

latestOpenAPI 3.0.12026-07-269671357.0 KB
Organizations

Create Partner Organization

post/v1/partners

Request body

idstring
namestring required

Name of the partner organization

emailstring

A unique email associated with this organization

logo_s3_linkstring nullable

Example request

{
  "name": "New Organization Name",
  "email": "org_controller_spec@proof.com"
}

Response

success

idstring
namestring required

Name of the partner organization

emailstring

A unique email associated with this organization

logo_s3_linkstring nullable

Example response

{
  "name": "New Organization Name",
  "email": "org_controller_spec@proof.com"
}