Diagnostics API

URL: https://request.rapidauth.com/rapid/diagnostics

This API can be used to perform special operations with existing credentials. Currently the only operation is a reseed operation that relates to test credentials - see Testing RapID

All requests to this API require your service authentication certificate to be supplied for two way TLS authentication.

POST /diagnostics/reseed/{requestid}

Resets the data for the test id with the given request id. This will only work for test ids.

There is no message body to supply for a request to this endpoint.

This endpoint will return a 200 - OK http status code for all successful requests. Any requests that fail will receive a 404 - Not Found http status code.