Delivering Access Methods
Learn how to deliver key cards, PIN codes, mobile keys, and Instant Keys to your users.
PIN Codes
seam.access_methods.get(
access_method_id = "f47ac10b-58cc-4372-a567-0e02b2c3d479"
)AccessMethod(
access_method_id="f47ac10b-58cc-4372-a567-0e02b2c3d479",
display_name="PIN Code",
mode="code",
created_at="2025-06-16T16:54:19.946606Z",
is_issued=true,
issued_at="2025-06-16T16:55:03.924353Z",
code="1234",
...
)curl -X 'POST' \
'https://connect.getseam.com/access_methods/get' \
-H 'accept: application/json' \
-H "Authorization: Bearer ${SEAM_API_KEY}" \
-H 'Content-Type: application/json' \
-d '{
"access_method_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}'{
"access_method": {
"access_method_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"display_name": "PIN Code",
"mode": "code",
"created_at": "2025-06-16T16:54:19.946606Z",
"is_issued": true,
"issued_at": "2025-06-16T16:55:03.924353Z",
"code": "1234",
...
},
"ok": true
}Plastic Key Cards
Mobile Keys
Instant Keys
Last updated
Was this helpful?

