curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.actor.getTerminalToken \
--header 'Authorization: Bearer <token>'{
"token": "<string>"
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.actor.getTerminalToken \
--header 'Authorization: Bearer <token>'{
"token": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
An access token that can be used to authenticate with the terminal service. This token is typically short-lived and should be used immediately to establish a connection with the terminal.
Was this page helpful?