Company

Get Company Profile

GET
/v1/company/profile
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.mentio.dev/v1/company/profile"
{
  "name": "string",
  "description": "string",
  "useCases": [
    "string"
  ],
  "xAccount": "string",
  "linkedinAccount": "string"
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}