Skip to Content

Connections

2 endpoints

POST /connections/github/link

Link Github

Link a GitHub account to the current user.

Parameters:

NameInRequiredDescription
authorizationheaderNo

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:

NameInRequiredDescription
authorizationheaderNo

Response:

`any`

Last updated on