v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBDrop-In
Get Drop-In
Get a Drop-In record given the provided Drop-In ID.
get/dropins/{dropin_id}
Path parameters
dropin_idinteger required
Unique Drop In ID.
Headers
x-api-keystring required
A valid API key. If you don't have one, please request one through the Web Integrations screen.
Response
Drop In Record
Example response
{
"id": 1234567891234567,
"location_id": 1234567891234567,
"date_of_birth": "2014-12-31",
"dropin_since": "2014-12-31T23:59:59.938Z",
"created": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
}
}