Skip to main content
GET
/
v1
/
accounts
Lister les comptes connectés
curl --request GET \
  --url https://api.plugkit.co/v1/accounts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 100
profileId
string
platform
enum<string>
Available options:
INSTAGRAM,
WHATSAPP
status
enum<string>
Available options:
CONNECTED,
DISCONNECTED

Response

200 - undefined