{ "opencollection": "1.0.0", "info": { "name": "Velaris Public Activity Entity Management V2 API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entity Management V2", "type": "folder" }, "items": [ { "info": { "name": "Get All Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.euw1.velaris.io/v2/organizations" }, "docs": "

Supported query params

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, { "info": { "name": "Search Organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/organizations/search", "body": { "type": "json", "data": "{}" } }, "docs": "

Search organizations using custom attributes

\n

The request body should contain a list of filters up to 5 filters

\n\n

Supported Operators

\n
Supported query params

\n
ParameterTypeDescriptionDefaultMax Value
afterintegerUse an integer to specify the starting point for pagination.N/AN/A
limitintegerThe number of records to return. Default is 10, and the maximum is 100.10100
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, { "info": { "name": "Search Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/accounts/search", "body": { "type": "json", "data": "{}" } }, "docs": "

Search accounts using custom attributes

\n

The request body should contain a list of filters up to 5 filters

\n\n

Supported Operators

\n
Supported query params

\n
ParameterTypeDescriptionDefaultMax Value
afterintegerUse an integer to specify the starting point for pagination.N/AN/A
limitintegerThe number of records to return. Default is 10, and the maximum is 100.10100
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, { "info": { "name": "Get Contacts by Emails", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/contacts/batch/read", "body": { "type": "json", "data": "{}" } }, "docs": "

Contacts can be retrieved using an array of emails using this endpoint

\n" }, { "info": { "name": "Search Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/contacts/search", "body": { "type": "json", "data": "{}" } }, "docs": "

Search contacts using custom attributes

\n

The request body should contain a list of filters up to 5 filters

\n\n

Supported Operators

\n
Supported query params

\n
ParameterTypeDescriptionDefaultMax Value
afterintegerUse an integer to specify the starting point for pagination.N/AN/A
limitintegerThe number of records to return. Default is 10, and the maximum is 100.10100
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, { "info": { "name": "Search Opportunities", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/opportunities/search", "body": { "type": "json", "data": "{}" } }, "docs": "

Search organizations using custom attributes

\n

The request body should contain a list of filters up to 5 filters

\n\n

Supported Operators

\n
Supported query params

\n
ParameterTypeDescriptionDefaultMax Value
afterintegerUse an integer to specify the starting point for pagination.N/AN/A
limitintegerThe number of records to return. Default is 10, and the maximum is 100.10100
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" }, { "info": { "name": "Search Risks", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/v2/risks/search", "body": { "type": "json", "data": "{}" } }, "docs": "

Search organizations using custom attributes

\n

The request body should contain a list of filters up to 5 filters

\n\n

Supported Operators

\n
ParameterTypeDescriptionDefaultMax Value
afterintegerUse an integer to specify the starting point for pagination.N/AN/A
limitintegerThe number of records to return. Default is 10, and the maximum is 100.10100