Universign traces all your requests to the Universign API so you can gather useful information about your integration.
A trace records all information about a request made by your workspace, whether it succeeded or failed, and the response returned by Universign.
Access your workspace’s traces
If your account has API entitlement and if you are its Owner, or have an Admin or Integrator role, you then have access to a Developer space from your workspace. To view your workspace’s Traces, navigate to the Traces section of the Developer space.
Filter your workspace’s traces
To refine your search, you filter traces:
- by period: fill in the period field to retrieve the requests made over the past 20 days maximum,
- by status: select the response status code range(s) you need to retrieve,
2xx
responses codes indicate a successful request.
4xx
response codes indicate an error caused by input parameters.
5xx
response codes indicate a failure or an unexpected state on Universign infrastructure. - by IP address: to retrieve the requests made from a specific IP address, type it in the IP address field,
- by method: to retrieve the requests matching specific HTTP method(s), select the method(s) among:
POST
,GET
andDELETE
, - by path: to retrieve the requests made to a specific resource or service, type its name in the path field (for example: “/api-keys”).
A trace search returns all the requests that match your input filters. If no result match your search, you are indicated so.
Display information about a specific trace
Click on a trace to view its detailed information.
Each trace includes:
- a summary of the of the request’s trace,
- the original request parameters, if any,
- the original request body, if any,
- the original response body returned by Universign, if any.