Plan

Use this endpoint to retrieve information about your current Oxolo plan. HTTP Request

HTTP Request

GET https://api.oxolo.com/v1/api/account/plan

curl -X 'GET' 
'https://api.oxolo.com/v1/api/account/plan' 
-H 'accept: application/json' 
-H 'authorization: YOUR_API_KEY'

{
  "results": "1 × Personal 25M (at $29.99/month)"
}