Common · shared
Not Found 404
The requested resource does not exist.
type
https://errors.swepay.com.br/common/not-found What this means
The resource identified by the request URI does not exist, or is not visible
to the authenticated tenant. Swepay returns 404 (rather than 403) when
revealing the existence of a resource would itself leak information across
tenant boundaries.
Common causes
- The resource ID is wrong, or the resource was deleted.
- The resource belongs to a different tenant and is therefore invisible.
- A typo in the path or an incorrect API version prefix.
How to resolve
Verify the identifier and the request path, including the API version
segment. If you expect the resource to exist, confirm you are operating in
the correct tenant and environment. A 404 is not retryable until the
resource is created.
Example response
HTTP 404 · application/problem+json
{
"type": "https://errors.swepay.com.br/common/not-found",
"title": "Not Found",
"status": 404,
"detail": "No certificate matches the requested identifier.",
"instance": "/v1/certificates/00000000-0000-0000-0000-000000000000"
} References
Machine-readable: /common/not-found.json