Skip to main content
GET
/
v1
/
connections
List connections
curl --request GET \
  --url https://api.myego.dev/v1/connections \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "provider": "<string>",
      "email": "jsmith@example.com",
      "scopes": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass your ego API key as a bearer token: Authorization: Bearer <key>.

Response

The caller's connections.

data
object[]
required