Create Client
Create a brand-new organization and link it to this partner as a client.
Requires direct membership of the partner org at member level or above,
and the org must carry the partner entitlement (is_partner).
Unlike POST /admin/partners (which links an existing org and is admin-only),
this lets a partner self-provision client orgs. By default the new org gets
no direct member - it is managed through partner access until a real
customer takes ownership. Pass owner_email to invite that customer as OWNER
in the same step (an invite email is sent; on accept they become owner).
Authorization
bearerAuth API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.
In: header
Path Parameters
uuidRequest Body
application/json
Create a new organization and link it to this partner as a client.
Self-service counterpart to the admin-only link endpoint
(POST /admin/partners, which attaches an existing org).
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/partner/clients" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "partner_org_id": "6d083317-c55a-4f41-82ae-8c86d8187f47", "client_org_id": "9aa3dfe7-3f4d-43e2-a858-0015d7ac15be", "client_org_name": "string", "billing": true, "created_at": "2019-08-24T14:15:22Z"}