Skip to main content
GET
/
cost-models
List Cost Models
curl --request GET \
  --url https://api.nozle.app/api/v1/cost-models \
  --header 'Authorization: Bearer <token>'
List all cost models for the current organization. Auth: sk_ only
All cost model endpoints require a secret key (sk_). Publishable keys will receive a 403 Forbidden response.