Get Identity Precheck Result
Get a list precheck result with warnings/errors
Request
URI
GET
https://{api_host}/v1/identity-broker/prechecks
COPY
Query Parameters
string
type
Optional
IDP type for which Precheck needs to be run
Responses
200
OK
Returns
IdentityProviderPrecheckResult
of type(s)
application/json
{
"status": "string",
"details": [
{
"type": "string",
"message": "string"
}
]
}
string
status
Required
One of SUCCESS, WARNING, FAILURE
array of
object
details
Optional
Details about status type and error messages
404
Not Found
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
string
errorCode
Optional
errorCode
array of
string
arguments
Optional
arguments
object
context
Optional
context
string
message
Optional
message
string
remediationMessage
Optional
remediationMessage
array of
object
cause
Optional
Describes a single error cause
string
referenceToken
Optional
referenceToken
500
Internal Server Error
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
string
errorCode
Optional
errorCode
array of
string
arguments
Optional
arguments
object
context
Optional
context
string
message
Optional
message
string
remediationMessage
Optional
remediationMessage
array of
object
cause
Optional
Describes a single error cause
string
referenceToken
Optional
referenceToken
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/identity-broker/prechecks
Identity Provider Precheck Operations
GET
Get Identity Precheck Result