curl --request POST \
--url https://api.myscalev.com/v3/oauth/billing/reservations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}No OAuth installation scope. OAuth flow endpoint. Requires an installed-app OAuth access token. JWT and business API key auth do not apply on this route.
curl --request POST \
--url https://api.myscalev.com/v3/oauth/billing/reservations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
Success
Raw single-resource success payload for v3.