The tenant's public plans (for the SDK PricingTable). Tenant-scoped by the caller's application.
GET
Secret API key operationId: pricing/v1/billing/pricing Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Responses
200 Public plans
{
"data": [
{
"currency": "string",
"description": "string",
"id": "018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f",
"interval": "string",
"key": "string",
"name": "string",
"per_seat_cents": 0,
"price_cents": 0
}
],
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "https://api.identrahq.com/v1/billing/pricing" \Try it
live requestGET
https://api.identrahq.com/v1/billing/pricing