Organization
Fetch organization
get/organizations/{organizationID}
Path parameters
organizationIDstring required
ID of organization as UUID (Example: 4a5929c1-c6e6-4cbf-93db-01da91da9bfb)
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Response
OK
Example response
{
"data": {
"defaultInvoiceAddress": {
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
},
"defaultReturnAddress": {
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
},
"defaultSenderAddress": {
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
},
"defaultUser": {
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
},
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.