REST APIV2 BetaAccounts
Create Account
Create a new account for the given domain. Optionally triggers deep research to enrich the account with comprehensive data.
Authorization
BearerToken AuthorizationBearer <token>
Pass an OAuth access token or an API token from Settings > MCP Server.
In: header
Request Body
application/json
domain*string
deep_research?boolean
Default
trueResponse Body
application/json
application/json
curl -X POST "https://api.poggio.io/v2beta/accounts" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"id": "string",
"domain": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}