Skip to main content
GET
/
v1
/
x402
/
sessions
/
{id}
Get session
curl --request GET \
  --url https://api.rem.money/v1/x402/sessions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "resource": "<string>",
  "status": "open",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Session details

id
string
resource
string
status
enum<string>
Available options:
open,
settled,
expired
expiresAt
string<date-time>