How to use the new API

hello all, im new here to manager API, i used few apis before, currently im facing issues in connecting with my API, mainly i want to use the api to create quotes and invoices using make.com platform

all the request should be http, since i want to trigger my make scenario with a webhook from our CRM.

i tried to enter the domin/api2/enpoint along with the access token ket with X-Api-Key key
so my api url looks smth like this:

domain/api2/access-tokens?X-Api-Key=ggfgggggggggggggg

but that didn’t work.

We can use SwaggerEditor to Test

API2 currently supports only GET for reading data displayed on tabs. I am also eagerly awaiting API2 to support all methods for accessing data in the database, similar to the old API.

hello, the main issue with me is i can’t even send a simple request, i think my structure is broken, what is the right way to send a request?

We cannot use Authorization Headers like using Query string parameters


"components": {
    "schemas": {},
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "X-API-KEY"
      }
    }
  },
  "security": [
    {
      "ApiKeyAuth": []
    }
  ],
  "x-readme": {
    "proxy-enabled": false
  }

we should add X-API-KEY in Request header