Requestcurl -X POST https://tagteam-api.successagenticlabs.com/v1/tags/recipe \
-H "Authorization: Bearer $IRL_TAGTEAM_API_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{"recipe":"PROPERTY_OCCUPANCY_CHECK","location":{"lat":34.0522,"lng":-118.2437}}' Response shape{
"tag_id": "<uuid>",
"status": "open",
"recipe": "PROPERTY_OCCUPANCY_CHECK",
"recipe_version": "<integer>",
"total_charge_cents": "<integer>",
"partner_payout_cents": "<integer>",
"results_url": "/v1/tags/<uuid>/result",
"webhook_events": [
"tag.claimed",
"tag.submitted",
"tag.verified",
"tag.paid",
"tag.failed"
]
}This is the shape of the response, not a Tag that happened. Paste a key below to make the call for real.