v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Partners

Get a partner

Get information about a specific partner.

get/partners/{partner_id}

Path parameters

partner_idstring required

The unique ID of the partner.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "partner_id": "86e05affc7a7abefcd513ab400",
    "name": "Demo",
    "address": {
      "address1": "Old Town Square",
      "address2": "34",
      "address3": "1a",
      "zip": "11000",
      "city": "Prague 1",
      "country_code": "cz"
    },
    "registration_id": "123456789",
    "vat_id": "CZ123456789",
    "email": "happy_user@crmcarecloud.com",
    "phone": "420000000",
    "state": 1
  }
}