curl --request GET \
--url https://api.copper.co/platform/organizations{
"organizations": [
{
"createdAt": "<string>",
"organizationId": "<string>",
"organizationName": "<string>",
"organizationType": "standard",
"reportingCurrency": "<string>",
"alias": "<string>",
"extra": {}
}
]
}Retrieve information about organizations
curl --request GET \
--url https://api.copper.co/platform/organizations{
"organizations": [
{
"createdAt": "<string>",
"organizationId": "<string>",
"organizationName": "<string>",
"organizationType": "standard",
"reportingCurrency": "<string>",
"alias": "<string>",
"extra": {}
}
]
}OK
List of organizations
Show child attributes
The organization creation timestamp
The organization ID
The organization name
The organization type. See details
standard The organization reporting currency
The organization alias
The organization additional information
Was this page helpful?