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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
id
required
append_to_response
string

Response

Success

The response is of type object.