Retrieve registered agent service
⚠️ Early access — This endpoint is in preview and may change in backwards-incompatible ways before it is marked stable. Avoid depending on it in production, and reach out before building on it.
Returns the current snapshot of Palm’s registered-agent service for the business — provider, status, jurisdiction, and the current service window. Returns 404 when Palm has never served as RA for this business (distinguishes ‘not your RA’ from ‘Palm’s RA service has ended’, which returns 200 with status=terminated).
Authorizations
Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx
Path Parameters
Response
Registered-agent service snapshot
Object type identifier, always "registered_agent"
registered_agent "registered_agent"
Business this RA-service state belongs to
"987e6543-e21a-45b6-c789-012345678901"
Who provides RA service. palm when Palm provides service, external when the partner uses a different RA, null when no RA is tracked.
palm, external "palm"
Lifecycle status of Palm-provided RA service. null when the partner uses an external RA or has never used Palm RA.
active, termination_requested, terminated "active"
Jurisdiction (state) the RA service is for
"CA"
ISO 8601 timestamp when the current service window started
"2026-05-29T10:30:00Z"
ISO 8601 timestamp when the most recent service window ended (null while active)
null
Reason the most recent termination request was rejected by ops. Present only on the registered_agent.termination_failed webhook payload — null on every other event and on reads of the resource. After a rejection the business is back in active and the partner can re-submit a new termination request.
"State refused resignation form: GA requires a successor RA designation"

