Connects
Get Connect
Retrieve a connect with the given ID.
get/v1/connects/{id}
Path parameters
idstring required
the unique id of the connect
Response
OK
Example response
{
"id": "test_connect123",
"name": "website",
"apiKey": "test_apiTokenABC",
"active": true,
"createdAt": "2020-01-31T23:00:00Z",
"updatedAt": "2020-01-31T23:59:59Z",
"createdBy": "auth0-user-id-123"
}