# Add Scan Tag Endpoint: POST /api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/tags Version: 3.0 Security: bearer-key ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). - `projectUuid` (string, required) UUID of the project - `scanUuid` (string, required) Scan UUID ## Request fields (application/json): - `key` (string, required) Example: "Tag Key A" - `value` (string, required) Example: "Tag Value A" ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.key` (string) Example: "commit" - `response.value` (string) Example: "123abc" - `response.displayName` (string) Example: "commit:123abc" - `response.createdAt` (string) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"