Jupiter ERP
Account API

Get account contact group

/api/account/contact-groups/{id}

GETHTTP
get/api/account/contact-groups/{id}

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/contact-groups/example-id

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/contact-groups/example-id' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameter

NameInPflichtBeschreibung
idpathja

Antworten

200OK
FeldTypBeschreibung
contacts_count*integerAmount of contacts assigned to this group
id*integerUnique identifier for the group.
name*stringName of the group.
Beispiel Response
{
  "id": 0,
  "name": "string",
  "contacts_count": 0
}
ContactGroups

Fragen zur Integration?

GET /api/account/contact-groups/{id} · Jupiter ERP