Skip to main content
POST
/
v1
/
dodo_activate_license
dodo_activate_license
curl --request POST \
  --url https://api.fetchbean.com/v1/dodo_activate_license \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "license_key": "<string>",
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
license_key
string
required
name
string
required

Response

Success

The response is of type object.