V

Veracode REST APIs

REST discovered

Details
URL
https://api.veracode.{region}
Docs
https://docs.veracode.com/r/Veracode_APIs
Authentication
Veracode HMAC credentials (API ID + Secret Key) signature discovered Get key ↗
Authorization: HMAC <credential>

In the Veracode Platform, open API Credentials from the user account menu, choose Create API Credentials, select HMAC Credentials, then generate and copy the ID and Secret Key shown on the HMAC credentials page. Store them in the Veracode CLI configuration, an API credentials file, or environment variables as described in the docs.

Veracode OAuth Client Credentials (Client ID + Client Secret) oauth2_cc discovered Set up OAuth ↗

In the Veracode Platform, open API Credentials from the user account menu, choose Create API Credentials, select OAuth Client, set the name, expiration, and roles, then generate and copy the Client ID and Client Secret as documented on OAuth Client Credentials. Use them to obtain short-lived access tokens for REST APIs.