Company
Set Company Profile
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
namestring
Length
1 <= length <= 80descriptionstring
Length
length <= 2000useCasesarray<string>
Items
items <= 10xAccountstring|null
Length
length <= 50linkedinAccountstring|null
Length
length <= 100Response Body
application/json
application/json
curl -X PUT "https://api.mentio.dev/v1/company/profile" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "description": "string", "useCases": [ "string" ], "xAccount": "string", "linkedinAccount": "string" }'{
"name": "string",
"description": "string",
"useCases": [
"string"
],
"xAccount": "string",
"linkedinAccount": "string"
}{
"error": {
"code": "string",
"message": "string"
}
}