AccountInfoResponse
Account or workspace information
E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC 2
Properties
| Name |
Type |
Description |
| id |
string |
|
| name |
string |
|
| plan_tier |
string |
|
| active_templates |
integer |
|
| can_create_template |
boolean |
|
| can_create_tracking_document |
boolean |
|
| can_create_completion_document |
boolean |
|
| active_users |
array |
|
| preferences |
object |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/AccountInfoResponse.json",
"title": "AccountInfoResponse",
"type": "object",
"description": "Account or workspace information",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"name": {
"type": "string"
},
"plan_tier": {
"type": "string"
},
"active_templates": {
"type": "integer"
},
"can_create_template": {
"type": "boolean"
},
"can_create_tracking_document": {
"type": "boolean"
},
"can_create_completion_document": {
"type": "boolean"
},
"active_users": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"name": {
"type": "string"
},
"email": {
"type": "string",
"format": "email"
},
"has_google_registration": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"email"
]
}
},
"preferences": {
"type": "object",
"properties": {
"date_format": {
"type": "string"
},
"days_until_links_expire": {
"type": "integer"
},
"disable_apply_everywhere": {
"type": "boolean"
},
"disable_apply_everywhere_effective": {
"type": "boolean"
},
"disable_drawn_signatures": {
"type": "boolean"
},
"disable_typed_signatures": {
"type": "boolean"
},
"disable_uploaded_signatures": {
"type": "boolean"
},
"enable_redirect": {
"type": "boolean"
},
"hide_document_id_in_audit": {
"type": "boolean"
},
"mute_branding": {
"type": "boolean"
},
"redirect_url": {
"type": "string",
"nullable": true
},
"separate_audit_pdf": {
"type": "boolean"
},
"separate_completed_file": {
"type": "boolean"
},
"enable_nom151_compliance": {
"type": "boolean"
}
}
}
},
"required": [
"id",
"name",
"plan_tier"
]
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AccountInfoResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.