Access token creation endpoint has been removed

We have removed the endpoint that creates access tokens.

Per this changelog, the access token creation endpoint has been removed.

You can create API keys in one of two ways:

  • To create a new API key for the organization that is associated with the API key used for the call, use the Create API key endpoint instead.
  • To create an API key for a newly created organization, set with_api_key: true when using the "Create organization" endpoint. This call will then return an API key for the newly created organization.