cURL
curl --request GET \ --url https://app.usequeue.com/api/v1/columns/{column_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "column": { "id": "a1b2c3d4", "title": "In Progress", "position": 2, "stage": "in_queue", "finished": false, "start_timer": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true
Show child attributes
"a1b2c3d4"
"In Progress"
2
"in_queue"
false