API Reference
cURL
curl --request POST \ --url https://api.meetsquad.ai/organisations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Corporation", "homepageUrl": "<string>", "logoUrl": "<string>" } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Acme Corporation", "createdAt": "2025-03-26T22:35:46Z", "accountType": "HOBBY", "billingCycleStartDate": "2025-03-26T22:35:46Z", "billingCycleFlexCreditAllowance": 100000, "updatedAt": "2025-03-26T22:35:46Z", "status": "ACTIVE", "unprocessedFeedbackCount": 123, "stripeCustomerId": "cus_1234567890", "homepageUrl": "https://acme.example.com", "logoUrl": "https://acme.example.com/logo.png" } }
Creates a new organisation
JWT authentication for organization-scoped endpoints.
Request schema for creating an organisation
Name of the organisation
"Acme Corporation"
Organisation created successfully
Response containing a single organisation
Organisation data
Show child attributes
Was this page helpful?