404 Not Found
United States
Canada
Europe
Latin America
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. 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 12 months ago