API Token Issue

Hi All,

Im trying to create a way to do email notification reminders 15 days before the expiration date in one of my Kintone apps (app=172). I use Zapier to create all my custom emails with Webhooks. In Zapier I can through Webhooks do a GET for any record that has not sent an email reminder. I do this by using an API token. My issue is that I have been testing with POSTMAN and I can not get a go response. Everytime I test I get the following error:

{

"code": "CB_IL02",

"id": "ZtJacinK9N73YTtC5NEC",

"message": "Invalid request."

}

I have tested with multiple apps and for some reason I cannot get my API tokens to respond. What am I missing? I will attach some of the request I am using to test in POSTMAN:

Any help would be great. Thank you.

I was using this to do my API call from Zapier. It was setup just to test and see if I could at least get a good response, but I get the same error as my POSTMAN tests.

This is my app API settings (API token is covered) I also tested with curl and get the same response. I feel like I am missing something in the settings. This is the first time I have used an API token in Kintone.

Hello @dpoetsch
The following post might help resolve your issue, as it seems similar to your case:

@Chris Thank you! I was able to figure out my issues with your suggestion of the other topic. By putting the JSON data in the body it worked. I now have a Zapier build that will allow me to send a reminder custom email by grabbing end date and notification sent flag from my Kintone app. Once the email is sent Zapier will mark the kintone record as sent and not send it again. Thanks!

1 Like