curl --request GET \
--url 'https://api.stateset.com/api/v1/print-stations' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "string",
"last_seen_at": null,
"name": "string",
"printers": [
"string"
],
"revoked": true
}
]
List stations
GET
/
api
/
v1
/
print-stations
curl --request GET \
--url 'https://api.stateset.com/api/v1/print-stations' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "string",
"last_seen_at": null,
"name": "string",
"printers": [
"string"
],
"revoked": true
}
]
⌘I