Jèko
Contacts

List beneficiary contacts (Partner API)

GET
/partner_api/contacts

Authorization

ApiKey ApiKeyId
X-API-KEY<token>

In: header

X-API-KEY-ID<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/partner_api/contacts"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "paymentMethod": "orange",    "identifier": {      "number": "string"    }  }]