cURL
curl --request POST \ --url https://api.tripwirejs.com/v1/gate/login-sessions/consume \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "482931" } '
{ "data": { "object": "gate_dashboard_login", "gate_account_id": "gacct_0123456789abcdefghjkmnpqrs", "account_name": "Acme Growth Workspace" }, "meta": { "request_id": "req_cf147349a4134208aebb8c70e25fb7e1" } }
Requires Authorization: Bearer sk_* with the gate:login_sessions:consume scope.
Send Authorization: Bearer . Gate business endpoints require sk_* secret keys. Gate workflow endpoints use gate-native bearer tokens such as gtpoll_* or agt_* where documented.
"482931"
Dashboard login consumed.
Show child attributes
{ "object": "gate_dashboard_login", "gate_account_id": "gacct_0123456789abcdefghjkmnpqrs", "account_name": "Acme Growth Workspace"}
{ "request_id": "req_cf147349a4134208aebb8c70e25fb7e1"}