Search Keys

Retrieve data for multiple keys with a GET request to the endpoint.

The search query can match the name, serial number, notes or address of the key. Omitting the search query will return all keys. The response body will contain the key data as a JSON array.

A search can also be performed by organization ID. The results will include all keys belonging to the specified organization.

curl -u '[email protected]:{password}' https://www.keycafe.com/v0/key?organization=123456 -H "Accept: application/json"

Results are limited to 50 per page, with additional pages available via the Link response header:

Link: <https://www.keycafe.com/v0/key?query=vancouver&page=2>; rel="next", <https://www.keycafe.com/v0/key?query=vancouver&page=5>; rel="last"
Language
Credentials
Basic
base64
: