Upload Environment Intel

Upload an intelligence attachment and associate it with an environment.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

environmentIdstringRequired
The unique identifier for an environment in Method

Request

This endpoint expects an object.
filenamestringRequired
Name to store for the uploaded file.
contentBase64stringRequired

Base64-encoded file content.

mimeTypestringOptional
MIME type of the uploaded file, if known.

Response

This endpoint returns an object.
attachmentIdstring
The unique identifier for an uploaded attachment in Method.