orgs
Get announcement banner for organization
Gets the announcement banner currently set for the organization. Only returns the announcement banner set at the organization level. Organization members may also see an enterprise-level announcement banner. To get an announcement banner displayed at the enterprise level, use the enterprise-level endpoint.
get/orgs/{org}/announcement
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"announcement": "Very **important** announcement about _something_.",
"expires_at": "\"2021-01-01T00:00:00.000-07:00\""
}