Endpoint: /edu
Endpoint for Florida Realtors Education Department services.
Get Profile
Request: POST
POST https://api.floridarealtors.org/edu/getprofile
Parameter | Type |
---|---|
realtorid (required) | string |
Response: SUCCESS
{ "FIRST_NAME": {FIRST_NAME}, "LAST_NAME": {LAST_NAME}, "EMAIL": {EMAIL}, "LICENSE": {LICENSE}, "NRDS": {NRDS}, "IMIS_ID": {IMIS_ID}, "BOARD_ID": {BOARD_ID}, "BOARD_NAME": {BOARD_NAME} }
Response: ERROR
Error Code | Error Type |
---|---|
401 Unauthorized | Access Denied |
400 Bad Request | Missing Required Parameter |
See
Exception Documentation
for more details