Skip to main content
POST
/
api
/
product
/
credits
/
required
/
{api_id}
Get Credits Required for This Call
curl --request POST \
  --url https://api.turbo.com/api/product/credits/required/{api_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "credits": 123
}

Path Parameters

api_id
string
required

API Product ID

Body

application/json

Request parameters (any object, will be bound internally according to the API template)

The body is of type object.

Response

200 - application/json

Credits required for this call

credits
integer

Credits