Security Protocol
Authorizations
Path parameters
pknumberRequired
Dashdoc's internal id
remote_idstringOptional
If you choose to identify an object with its remote_id
instead of its pk
then
-
replace the
pk
value with theremote_id
value in the URL -
specify
lookup_field=remote_id
in the query parameters
Query parameters
lookup_fieldstringOptional
Used to specify what field is used in the URL to identify the object you're requesting, e.g. with the remote_id
(see path parameters)
Responses
200
Get successful
application/json
get
GET /api/v4/addresses/{pk}/security-protocol/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Accept: */*
200
Get successful
{
"pk": 1,
"address": 1,
"document": "https://storage.googleapis.com/dashdoc-media/media/shipments/aabd42eb.png",
"document_title": "text",
"updated": "2025-06-23T03:07:58.479Z",
"has_been_seen_recently": true
}
Last updated
Was this helpful?