get
https://api.neuronsinc.com/predict/v2/account
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns the URL of the company and the current plan and expiry date.
Example of a successful response
{
"name": "My API Account",
"subscription": {
"plan": "api",
"expires_at": "2027-12-31T10:26:05Z"
}
}