Skip to main content
POST
/
v1
/
teams
/
{team_id}
/
locations
/
{location_id}
/
verify
Verify Location
curl --request POST \
  --url https://api.dataraven.io/v1/teams/{team_id}/locations/{location_id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "verified": true,
  "verified_at": "2023-11-07T05:31:56Z",
  "details": {},
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

location_id
string<uuid>
required
team_id
string<uuid>
required

Response

Successful Response

Schema for location verification results.

verified
boolean
required
verified_at
string<date-time> | null
details
Details · object

Verification details (bucket_exists, permissions, region_match, etc.)

error
string | null

Error message if verification failed