Lookups REST Endpoints

Integrations/Projects/Lookups
The operations from the Integrations/Projects/Lookups category.
Delete a Lookup in a Project
Method: delete
Path: /ic/api/integration/v1/projects/{projectId}/lookups/{name}
Import (Add) a Lookup in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/lookups/archive
Retrieve a Lookup in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/lookups/{name}
Retrieve Lookups in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/lookups
Update a Lookup in a Project
Method: put
Path: /ic/api/integration/v1/projects/{projectId}/lookups/{name}