Billing
Retrieves billing and subscription details for the current organization, including plan status, product category, billing email, and effective plan.
Billing is an example object payload from Neynar, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"operationId": "billing",
"method": "GET",
"path": "/portal/organization/billing",
"summary": "Get billing information for the current organization",
"description": "Retrieves billing and subscription details for the current organization, including plan status, product category, billing email, and effective plan.",
"tags": [
"portal",
"organization"
],
"parameters": [],
"requestBody": null,
"responses": {
"200": {
"description": "Success",
"schema": {
"properties": {
"billing_email": {
"nullable": true,
"type": "string"
},
"effective_plan": {
"type": "string"
},
"has_active_subscription": {
"type": "boolean"
},
"is_trialing": {
"type": "boolean"
},
"organization_name": {
"type": "string"
},
"organization_status": {
"nullable": true,
"type": "string"
},
"plan_tier": {
"nullable": true,
"type": "string"
},
"product_category": {
"nullable": true,
"type": "string"
},
"product_name": {
"nullable": true,
"type": "string"
},
"stripe_customer_id": {
"nullable": true,
"type": "string"
},
"stripe_product_id": {
"nullable": true,
"type": "string"
},
"stripe_subscription_id": {
"nullable": true,
"type": "string"
},
"subscription_end": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"subscription_start": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"subscription_status": {
"nullable": true,
"type": "string"
},
"workos_organization_id": {
"type": "string"
}
},
"required": [
"workos_organization_id",
"organization_name",
"stripe_customer_id",
"organization_status",
"stripe_subscription_id",
"subscription_status",
"product_name",
"stripe_product_id",
"plan_tier",
"product_category",
"subscription_start",
"subscription_end",
"billing_email",
"has_active_subscription",
"is_trialing",
"effective_plan"
],
"type": "object"
},
"example": null
},
"400": {
"description": "Bad Request",
"schema": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
},
"example": null
},
"401": {
"description": "Unauthorized",
"schema": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
},
"example": null
},
"403": {
"description": "Forbidden",
"schema": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
},
"example": null
},
"404": {
"description": "Resource not found",
"schema": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
},
"example": null
},
"500": {
"description": "Server Error",
"schema": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"type": "object"
},
"example": null
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/billing"
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.