
Forms Gateway
API Documentation
Member Validation API
Authorized vendors have access to and are required to use the membership validation API endpoint to verify that their end user is an active member of Tennessee REALTORS®.
Member Validation API URL
https://api.tnformsgateway.com/validate-member?member_id=[NRDS/M1 #]
NRDS/M1 ID# is to be passed as a parameter in the URL request.
Member Validation API Authentication
The Member Validation API requires two parameters in the header of the request: Those values are:
- x-api-key – Vendor specific assigned API key
- vendor-name – Vendor’s Platform name
These parameters will be provided to the vendor by the Tennessee REALTORS® Technology Department.
Request Results
If the request is successful it will respond with a HTML OK – 200 response along with the requested vendor’s dataset in the body of the response as JSON data.
If the request was not successful or the member was not found by their NRDS/M1 ID# the result will be an error.