GET/oauth_connections/{oauth_connection_id}

Retrieve an OAuth connection

Retrieves an OAuth connection by its identifier. Use oauth_connection_id to select the connection and view its associated group, OAuth application, and status.

1 parameter
oauth_connection_idstringrequired
The identifier of the OAuth connection to retrieve. Must contain between 1 and 200 characters.

3 status codes
200Returns the OAuth connection object, including its identifier, creation timestamp, group ID, OAuth application ID, status, and deletion timestamp.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Connection was created.
deleted_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Connection was deleted.
group_idstringrequired
The identifier of the Group that has authorized your OAuth application.
idstringrequired
The OAuth Connection's identifier.
oauth_application_idstringrequired
The identifier of the OAuth application this connection is for.
statusstringrequired
Whether the connection is active.
Allowed:activeinactive
typestringrequired
A constant representing the object's type. For this resource it will always be `oauth_connection`.
Allowed:oauth_connection
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the request cannot be processed because of a server-side error.

Error handling

The oauth_connection_id path parameter must contain between 1 and 200 characters and identify an OAuth connection.