404 Not Found
Check for typos
If you’re getting a 404 Not Found, you might have a typo in your query. If you’re unsure on spelling or formatting, visit the [API Reference|https://docs.clover.com/reference]. The response may also contain details to help you fix your request.
In the following example, merchants
is misspelled as mercahnts
, so the request returns a 404 error.
curl --request GET \
--header "Authorization: Bearer <API_Token>" \
--header "Content-Type: application/json" \
https://apisandbox.dev.clover.com/v3/mercahnts/{mId}
Updated over 2 years ago