Sources

Set X Source Token

PUT
/v1/sources/x/token
AuthorizationBearer <token>

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

In: header

tokenstring
Length20 <= length <= 500

Response Body

application/json

application/json

curl -X PUT "https://api.mentio.dev/v1/sources/x/token" \  -H "Content-Type: application/json" \  -d '{    "token": "stringstringstringst"  }'
{
  "configured": true
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}