Get interaction restrictions for an organization

GET {{baseUrl}}/orgs/:org/interaction-limits

Shows which group of GitHub users can interact with this organization and when the restriction expires. If there are no restrictions, you will see an empty response.

RESPONSES

status: OK

{"limit":"collaborators_only","origin":"organization","expires_at":"2018-08-17T04:18:39Z"}