Open Prices API

API References

Auth_create POSTSession_destroy DELETESession_retrieve GET
GitHub
Auth

Session_retrieve

GET
/api/v1/session

Authorization

AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/api/v1/session"
{
  "user_id": "string",
  "token": "string",
  "created": "string",
  "last_used": "string"
}

Session_destroy DELETE

Previous Page

Challenges_list GET

Next Page