View an API Response

View an API Response This call returns an API response based on the corresponding idempotency key, within 24 hours of the initial call.

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
IdempotencyKeystringRequired
A unique string generated by the platform.

Response

Success
StatusCodestringOptional
The HTTP response code indicating the success or the failure of the request.
ContentLengthstringOptional
The size of the message body in bytes.
ContentTypestringOptional

The media type (two-part identifier for file formats and format contents) of the resource.

DatestringOptional
The date and time when the response was sent.
RequestURLstringOptional
The URL of the API request.
ResourceobjectOptional

The body of the request’s response.