Skip to main content
GET
/
v1
/
app
Get available plans
curl --request GET \
  --url https://api.nitrosend.com/v1/app
{
  "plans": [
    {
      "id": 123,
      "name": "<string>",
      "active": true
    }
  ]
}

Response

200 - application/json

Active plans

plans
object[]