Credential

Check credential - client mode

Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.

Credential check

SecurityClient_Credentials
Request
Request Body schema: application/json
credentials
required
Array of strings

List of credentials to check

Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

post/v1/client/credential/check
Request samples
application/json
{
  • "credentials": [
    ]
}
Response samples
application/json
{
  • "credentials": [
    ]
}