Tools
dodo_validate_license
Run the dodo_validate_license tool. Returns a clean, normalized JSON shape. Bring your own key — connect dodo first via POST /v1/connections.
POST
dodo_validate_license
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the dodo_validate_license tool. Returns a clean, normalized JSON shape. Bring your own key — connect dodo first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/dodo_validate_license \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"license_key": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/dodo_validate_license \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"license_key": "<string>"
}
'{}