Skip to main content
POST
/
media-product-discover
Discover media products
curl --request POST \
  --url https://api.jackson.scope3.com/media-product-discover \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "salesAgentId": "<string>"
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using Scope3 API key

Body

application/json
salesAgentId
string

Sales agent ID to discover products from

Response

Successful tool execution

success
boolean

Whether the operation succeeded

message
string

Human-readable response message

data
object

Response data (varies by tool)

I