How use Talkyard with Bubble.io
@bramscher posted a question about Bubble.io and Talkyard: (here)
- KajMagnus @KajMagnus2020-04-25 12:14:17.277Z
@bramscher The body type needs to be JSON.
A Basic Authorization header is needed — have a look here: https://www.talkyard.io/-382/talkyard-api-authentication (I forgot to document this until now, sorry).
The
?:
should not be included in the parameters — that's actually Typescript notation. The values, e.g. the email address, should be likesomeones-email-address@example.com
(but notstring;
).The other APIs you've connected with previously, do you know what they were called? If they had names like OpenID Connect, or Basic Auth, or OAuth2? Or if they were custom built APIs? (didn't have any standard names?)
- BCraig Bramscher @bramscher
- BIn reply toKajMagnus⬆:Craig Bramscher @bramscher
Okay, I generated the key but I am still unable to connect. If I specify Basic Auth, it is looking for a username and password. I don't apparently have a BASE64 option. Do you have a working POSTMAN of an api connection to talkyard I could look at?
- KajMagnus @KajMagnus2020-04-26 19:26:29.530Z
I don't, but maybe I could look into this a day now soon