curl https://acusight.io/api/provisioning-tokens \ -H "Authorization: Bearer <TOKEN>"
{ "success": true, "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Production Line 1", "single_use": true, "use_count": 1, "created_at": "2024-01-15T10:30:00Z", "expires_at": "2024-01-22T10:30:00Z", "last_used_at": "2024-01-15T11:00:00Z", "revoked_at": "2024-01-15T11:00:00Z" }, { "id": "660e8400-e29b-41d4-a716-446655440001", "name": "Development Devices", "single_use": false, "use_count": 5, "created_at": "2024-01-10T08:00:00Z", "expires_at": null, "last_used_at": "2024-01-14T16:30:00Z", "revoked_at": null } ] }
Returns all provisioning tokens for your organization