v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBOrgs
Get organization
Returns information about a specific organization.
get/orgs-core/v1/orgs/{id}
Path parameters
idstring required
Example:TN-cc8f8b89-233a-4582-9f36-63ee85278d6d
Org ID
Headers
x-tenantstring required
Example:TN-cc8f8b89-233a-4582-9f36-63ee85278d6d
Pismo organization ID
Response
Org data
Example response
{
"id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"official_name": "Acme Corporation",
"org_name": "Acme Corporation",
"start_date": "2024-09-10",
"expiration_date": "2803",
"document_number": "7777888hh",
"address": "Main Street",
"number": 456,
"complementary_address": "Apt 1408",
"neighborhood": "Shady Pines",
"zipcode": "01701000",
"city": "San Diego",
"state": "BLOCKED",
"country": "Brazil",
"legal_proxy_name": "Acme Corporation LTDA",
"legal_proxy_document": "123456",
"currency_numeric_code": "840",
"timezone": "America/New_York",
"language": "en-US",
"country_code": "BRA",
"cycle_closing": "12:00:00",
"holiday_calendar_id": 8675309
}