Get Own Organization Info
Get Own Organization Info
GET https://{server_address}/api/v1/organization/profile
With this API call, you get information from the organization where the OAuth credentials were created. So, if the OAuth credentials were provided to you by your Account Manager, this call will return you the root organization info.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
{
"id": 658,
"name": "My Awesome Organization",
"description": "Some description",
"parentOrganizationId": 657,
"isActive": true,
"tz": "Europe/Kiev",
"unitSystem": "IMPERIAL",
"phoneNumber": "+123456789012"
"address": {
"fullAddress": "Khreshchatyk st.",
"city": "Kyiv",
"country": "Ukraine",
"state": "Ukraine",
"zip": "02000"
},
"lastModifiedTs": 1694707051504
}Request examples:
Last updated
Was this helpful?

