https://api.payload.com/orgs
Nested Objects
https://api.payload.com/orgs/{id}/legal_entity
https://api.payload.com/orgs/{id}/logo
https://api.payload.com/orgs/{id}/processing_settings
Example
{
"id": "acct_mwgPNNqxlP2LX0BiNStPb4uC",
"object": "org",
"attrs": {},
"created_at": "2024-08-21 13:35:03",
"environ": "string",
"industry": "string",
"legal_entity_id": "le_1suevojb9P5St8VhWuysiPun3",
"modified_at": "2024-08-21 13:35:03",
"name": "string",
"org_type": "string",
"parent_org_id": "acct_1AYYidDoszOYQG1wFSwFiLMka",
"phone_number": "(123) 456-7890",
"primary_processing_id": "acct_1AsxGM3QWrmgsjFVVmIbh14CS",
"processing_settings": {},
"processing_settings_id": "ps_lgWMxEz05WSTyi58msb3Sth6",
"timezone": "string"
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: org |
attrsjson |
Custom object attributes |
created_atdatetime readonly |
None |
environstring |
environ of account |
industrystring required |
Primary processing industry |
legal_entity_idid |
ID of associated legal entity |
modified_atdatetime readonly |
None |
namestring required |
Name of the organization |
org_typestring required |
Type of organization |
parent_org_idid |
Specify the parent org for an account |
phone_numberphone |
Phone number for the organization |
primary_processing_idid |
Specify the primary processing account for the account |
processing_settingsobject |
Associated Processing Setting object |
processing_settings_idid readonly: update |
ID of the associated processing settings |
timezonestring |
The primary timezone for the account |