curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"name": "Two-Person Tent",
"printers": [
"string"
]
}'
{
"station": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
},
"token": "YOUR_API_KEY"
}
Pair
POST
/
api
/
v1
/
print-stations
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"name": "Two-Person Tent",
"printers": [
"string"
]
}'
{
"station": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
},
"token": "YOUR_API_KEY"
}
Request body
PairStationRequest
string
required
string[]
Response
PairResponse
StationResponse
required
string
required
One-time bearer token — store it now; it cannot be retrieved again.
Status codes
| Code | Meaning |
|---|---|
201 | — |
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"name": "Two-Person Tent",
"printers": [
"string"
]
}'
{
"station": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
},
"token": "YOUR_API_KEY"
}
Last modified on August 31, 2026