Skip to main content

REST APIs

Veracode REST APIs enable you to access Veracode Platform data and functionality using normal REST API programming conventions. The REST APIs do not provide all functionality available in the Veracode Platform, but equivalent functionality might be available with the XML APIs.

To get started quickly, see the REST APIs quickstart.

note

Veracode APIs and integrations require access to specific Region Domains, depending on the region for your Veracode account. Contact your IT team to ensure the correct domains for your region are on the allowlist for your organization. Also, ensure that there is one-way communication on port 443 to the domain for the REST APIs. Refer to the complete list of domains and IP addresses to add to your allowlist.

Required HTTP header

When sending Veracode REST API requests, you must set 'Content-Type': 'application/json' in the HTTP header.