Connect to an API using the POST method

Se hace la peticion con el Make 0Auth 2.0 request pero me sale cliente id: no valido, no conecta, no guarda la clave la genera el token, adicional informo que tengo la client id y el ID Secret. Lleno los campos con los parametros recomendados.
Autenticacion mediante 0Auth 2.0
• Incluir en el Header:
:black_small_square: Content-Type: application/x-www-form-urlencoded
:black_small_square: Authorization: Basic <<Client_id base64>>
• Información para el parámetro Client_id Base 64:
:black_small_square: Va a ser enviado de forma privada

No se como comenzar como conectarme me da error de cliente id


:us: The request is made with the Make OAuth 2.0 request, but I get an invalid client ID error; it doesn’t connect or save the key generated by the token. Additionally, I inform you that I have the client ID and the client secret. I fill in the fields with the recommended parameters.

Authentication via OAuth 2.0 • Include in the Header:

  • Content-Type: application/x-www-form-urlencoded
  • Authorization: Basic <<Client_id base64>> • Information for the Client_id Base 64 parameter:
  • It will be sent privately

I don’t know how to start, how to connect; it gives me a client ID error.

Puedes compartir un screenshot del scenario ?


:us: Can you share a screenshot of the scenario?

Hola , gracias

El link es el que genera el Token hace la petición.
Yo tengo el Client ID y Id Secret , en Postman entiendo que me genera la Key del token se almacena y luego se utiliza el metodo Get para consumir la API , como parametros me dice que se debe hacer la peticion por OAuth 2.o por eso utilizo como esta en pantalla, pero en ningun lugar veo que se alamace la key del token


:us: The link generates the Token and makes the request. I have the Client ID and Secret ID. In Postman, I understand that it generates the Token key, stores it, and then uses the GET method to consume the API. As parameters, it tells me that the request should be made using OAuth 2.0, which is why I use it as shown on the screen. However, I don’t see anywhere that the token key is stored.