Jump to content

Fabiano Passianoto

Clients
  • Joined

  • Last visited

  1. @Marc It worked!!!! Yes, thank you very much.
  2. changed from json to form, and changed the endpoint still with the same problem I didn't find clear documentation on how to do authentication, my basic authentication is with two factors, and I believe that this doesn't work via API, since in the platform's own admin, I create an API KEY for this specifically
  3. with Bearer config Api Key
  4. endpoint: https://forum.casadodesenvolvedor.com.br/api/forums/topics/49345/posts { "author": 0, "author_name": "Fabiano", "post": "<p>teste do fabiano</p>" }Header: Authorization: "ApiKey *********************" Content-Type: application/json
  5. Hello, I'm trying to reply to an existing post in our community as a test, topic link I have a community that uses the invision platform https://forum.casadodesenvolvedor.com.br I created a test topic within it https://forum.casadodesenvolvedor.com.br/topic/49348-api-fabiano/ I need to respond to this topic via API. I read all the documentation found in the administrator panel and created an API KEY credential, but after several attempts, most of them with "INVALID_ACCESS_TOKEN" I was unable to respond to the topic. I need help. Does anyone have an example or clear documentation on how to perform such communication? I'm trying to do this via Postman, so if anyone could provide a collection that I could import, it would be very helpful. I have already tried using routes endpoints like: https://forum.casadodesenvolvedor.com.br/api/forums/topics/49348/posts and https://forum.casadodesenvolvedor.com.br/api/forums/posts/49348 I don't know if I'm using the right routes, and I'm most likely configuring the credential incorrectly. I have also reviewed the credential permissions, which are all allowed to work with posts, topics, and forums.