Name Validation
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequiredExample:
The full name or name string to validate.
exampletimeoutinteger · min: 1000 · max: 10000OptionalDefault:
Request timeout in milliseconds
8000Example: 5000Responses
200
Successfully validated name
application/json
statusstringOptionalExample:
Response Object status
success400
Bad Request
application/json
401
Unauthorized
application/json
429
Too Many Requests
application/json
503
Service Unavailable
524
A Timeout Occurred
application/json
post
/name/validateLast updated
Was this helpful?

