Rest get method throwing following error Method failed: (/api/atlas/v2/clusters) with code: 500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 09:39 PM
I am getting following error while testing rest api . what might be the reason how can I resolve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 09:42 PM
Hello @Kishor O ,
If you are getting 500 response it means the server which you are trying to hit that is down. If you are hitting API using MID Server then maybe your MID server is down or maybe your API is not giving response.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 09:52 PM - edited 10-26-2023 09:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 10:01 PM
Hello @Kishor O ,
Use space between bearer and token.
Still If you are getting 500 response it means the server which you are trying to hit that is down. If you are hitting API using MID Server then maybe your MID server is down or maybe your API is not giving response.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.