Check AuthKey available

Check if the authKey is available.

post
Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Body

This class presentation for handle check authKey is available.

authKeystring · min: 1Required

The authKey request. This is the authKey to check if it is available.

Responses
200

OK

application/json
post
POST /api/v1/users/check-auth-key-available HTTP/1.1
Host: protocol.jframework.io
Brand-URL: text
Content-Type: application/json
Accept: */*
Content-Length: 18

{
  "authKey": "text"
}
200

OK

{
  "success": true,
  "statusCode": 200,
  "message": "The request was successful.",
  "data": true,
  "errors": []
}

Last updated

Was this helpful?