These docs are a work in progress: some pages may still be incomplete or contain inaccuracies.
fastmon Docs
Partners

Create Client

Create a brand-new organization and link it to this partner as a client.

Requires owner-level direct membership of the partner org (partner access can't escalate to owner), 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
AuthorizationBearer <token>

API token generated from the fastmon dashboard (Account → API Token). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ prefix) into the Authorize dialog.

In: header

Path Parameters

org_id*Org Id
Formatuuid

Request 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

POST
/v1/organizations/{org_id}/partner/clients
curl -X POST "https://example.com/v1/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"}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}