Konta w zewnętrznych serwisach

Pobierz listę kont w zewnętrznych serwisach

Zwraca listę dostępnych kont.

get/external_accounts

Response

success

idinteger

Identyfikator konta

loginstring

Login

typestring

Typ konta / nazwa serwisu

Example response

[
  {
    "id": 1,
    "login": "biuro@esprzedaz.com",
    "type": "empik"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.