Skip to main content
GET
/
v1
/
connect
/
{platform}
Obtenir l’URL d’autorisation OAuth pour connecter un compte
curl --request GET \
  --url https://api.plugkit.co/v1/connect/{platform} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

platform
string
required

Query Parameters

profileId
string
required

Response

200 - undefined