Get Organization Information
This will get the information of the organization.
GET
/api/v0/org
Required permissions for the API key
- Read
Response
{ "name": <name>, "displayName": <displayName> }
KEY | TYPE | DESCRIPTION |
---|---|---|
name |
string | The name of the organization |
displayName |
string / null | The display name of the organization |