When a user authorizes your OAuth application, an OAuth Connection object is created. Learn more about OAuth here.
The ISO 8601 timestamp when the OAuth Connection was created.
The ISO 8601 timestamp when the OAuth Connection was deleted.
The identifier of the Group that has authorized your OAuth application.
The OAuth Connection's identifier.
The identifier of the OAuth application this connection is for.
Whether the connection is active.
A constant representing the object's type. For this resource it will always be oauth_connection
.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter to OAuth Connections by their status. By default, return only the active
ones. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Filter results to only include OAuth Connections for a specific OAuth Application.
The identifier of the OAuth Connection.