-
When I am creating a batch with type as invite-only and submitting the form I can see the API for adding users to be failing Can anyone please tell me what is going wrong? cc : @coolbung @komalm @Renuka-S @vinod303 @paritshivani @reshmi-nair |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 18 replies
-
I changed the endpoint from local to dev then I am getting the following response |
Beta Was this translation helpful? Give feedback.
I changed the endpoint from local to dev then I am getting the following response
{ "id": "api.error", "ver": "1.0", "ts": "2023-07-17 11:11:18:963+0000", "params": { "resmsgid": "a7888030-2492-11ee-8f03-ff5607f12343", "msgid": null, "status": "failed", "err": "FORBIDDEN_ERROR", "errmsg": "Forbidden: API WHITELIST Access is denied" }, "responseCode": "FORBIDDEN", "result": {} }
Can anyone please guide me here?