Skip to content

Get plan status

GET
/api/v1/plans/status
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/plans/status \
--header 'Authorization: Bearer <token>'

Current plan status

Media type application/json
object
plan
string
Allowed values: trial paygo enterprise
canSubmitJobs
boolean
remainingCredits
integer
nullable
trialDaysLeft
integer
nullable
isTrialExpired
boolean
Example
{
"plan": "trial"
}