Lookups REST Endpoints

Integrations/Lookups
The operations from the Integrations/Lookups category.
Clone a Lookup
Method: post
Path: /ic/api/integration/v1/lookups/{name}/clone
Create a Lookup
Method: post
Path: /ic/api/integration/v1/lookups
Delete a Lookup
Method: delete
Path: /ic/api/integration/v1/lookups/{name}
Export a Lookup
Method: get
Path: /ic/api/integration/v1/lookups/{name}/archive
Import(Add) a Lookup
Method: post
Path: /ic/api/integration/v1/lookups/archive
Import(Replace) a Lookup
Method: put
Path: /ic/api/integration/v1/lookups/archive
Retrieve a Lookup
Method: get
Path: /ic/api/integration/v1/lookups/{name}
Retrieve Lookups
Method: get
Path: /ic/api/integration/v1/lookups
Retrieve Usage of the Lookup
Method: get
Path: /ic/api/integration/v1/lookups/{name}/usage
Update a Lookup
Method: put
Path: /ic/api/integration/v1/lookups/{name}