Connections
2 endpoints
POST /connections/github/link
Link Github
Link a GitHub account to the current user.
Parameters:
| Name | In | Required | Description |
|---|---|---|---|
authorization | header | No | — |
Request body:
{
provider_user_id: `string`
access_token: `string`
refresh_token?: `string` | `null`
}Response:
`any`GET /connections/me
My Connections
Get all linked accounts for the current user.
Parameters:
| Name | In | Required | Description |
|---|---|---|---|
authorization | header | No | — |
Response:
`any`Last updated on