GET
/
api
/
v1
/
utils
/
nok-relationship
cURL
curl --request GET \
  --url https://demoapi.saasphereltd.com/api/v1/utils/nok-relationship \
  --header 'Authorization: Bearer <token>'
{
  "status": "04",
  "error": "Invalid token"
}

Authorizations

Authorization
string
header
required

Paste only the token (no "Bearer " prefix).

Response

401 - application/json
status
string
Example:

"04"

error
string
Example:

"Invalid token"