Create a site visit
API Reference
Create a site visit
Create a site visit on a property the caller owns. Starts in DRAFT status. Returns 402 with upgrade URL if the plan visit limit is hit, 404 if the property doesn’t exist or isn’t owned.
POST
Create a site visit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional idempotency key, scoped to the authenticated account. Repeating a write with the same key + same body returns the original response; same key + different body returns 422 idempotency_key_in_use.
Maximum string length:
255Body
application/json
Response
Resource created.
Available options:
DRAFT, PROCESSING, READY, SENT, DONE