provider Contacts GET /contacts
@utdk/itglue /contacts
List contacts
Use filter[email] or filter[organization_id] before creating contacts to avoid duplicates.
filter[id] query
integer
filter[name] query
Exact match where supported by IT Glue.
string
filter[organization_id] query
integer
filter[email] query
string
page[number] query
integer
page[size] query
integer
sort query
Comma separated sort fields; prefix with - for descending.
string

Try it

Authentication
Configure credentials for IT Glue / MyGlue API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listcontacts
GET/contacts
Use filter[email] or filter[organization_id] before creating contacts to avoid duplicates.

Exact match where supported by IT Glue.

Comma separated sort fields; prefix with - for descending.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import itglue from '@utdk/itglue';

await itglue.listcontacts()