v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBAccounts
Create account
Create a new account.
Required scope: accounts:write
post/accounts
Request body
Example request
{
"custom_fields": {
"city": "London, UK",
"isVIP": true,
"renewal_date": 1525417200,
"sla_time": 90,
"owner": "leela@planet-express.com",
"replyTo": "inb_55c8c149",
"Job Title": "firefighter"
}
}Response
An Account
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/accounts/acc_76",
"related": {
"contacts": "https://yourCompany.api.frontapp.com/accounts/acc_76/contacts"
}
},
"id": "acc_76",
"name": "Dunder Mifflin, Inc.",
"logo_url": "https://yourCompany.api.frontapp.com/accounts/acc_aq/logo-1654309308278",
"description": "Limitless Paper in a Paperless World",
"custom_fields": {
"city": "London, UK",
"isVIP": true,
"renewal_date": 1525417200,
"sla_time": 90,
"owner": "leela@planet-express.com",
"replyTo": "inb_55c8c149",
"Job Title": "firefighter"
},
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}