Create an [Account]
This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header
Security
bearerToken
The company name of the Account, if not given this will default to the subdomain
Example:"Planto"
Default:"SKIPPED"
Enum:"SELLING_PRODUCTS""CREATIVE_MARKETING_AGENCY""NON_PROFIT""OTHER""SKIPPED""NEVER_ASKED"
Example:"SELLING_PRODUCTS"
- Productionhttps://api-v2.dash.app/accounts
- Staginghttps://api-v2.dashstaging.app/accounts
- FIXED
- OTHER
curl -i -X POST \
https://api-v2.dash.app/accounts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"subdomain": "planto",
"companyName": "Planto",
"trialSignUpSource": "string",
"attribution": {
"source": "string",
"freeText": "string"
},
"selfReportedCompanyDescription": "SELLING_PRODUCTS",
"selfReportedGoals": [],
"referrerCode": "string",
"optInToBetas": []
}'Response
- FIXED
- OTHER
{ "result": { "id": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "subdomain": "planto", "companyName": "Planto", "plan": "STAFF", "dateCreated": "2021-02-17T09:24:01.417Z", "dateExpires": "2021-02-27", "trialSignUpSource": "string", "attribution": { … }, "selfReportedCompanyDescription": "SELLING_PRODUCTS", "selfReportedGoals": [ … ] }, "permittedActions": [ { … } ] }