# Create API token Create additional API tokens for your organization. Endpoint: POST /api_tokens Version: v1 Security: AuthToken ## Query parameters: - `title` (string) An identifier for the token. It can't be “primary”. Example: "new_token" ## Response 201 fields (application/json): - `id` (integer) The unique ID of the API token. Example: 123456 - `title` (string,null) The title of the token. Can be null. Example: "primary" - `token` (string) The token string. Example: "" ## Response 404 fields