Get account information

Returns the URL of the company and the current plan

Example of a successful response

When fetching information on the account, this is what the information should look like:

{
  "name": "Neurons API",
  "subscription": {
    "plan": "api",
    "expires_at": "2025-12-31T10:26:05Z"
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!