Get Public Information
Get Installers GET
Response
| Parameter | Type | Note |
|---|---|---|
first_name | String | installer first name |
last_name | String | installer last name |
state | String | |
accreditation_number | String | Accreditation Number |
electrician_license | String | Electrician License |
SAA number | String | SAA number |
plumber_licenses | String | Plumber licenses |
grid_type | String | CEC installer Grid type |
sps | String | CEC installer SPS |
status | String | CEC installer status |
Request Example
{
"client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
"signature": "2dc1b977b376a2fd26bf05c1f15da59b",
"timestamp": "2019-08-02T10:31:50+11:00"
}Response Example
{
"message": "success",
"code": 200,
"response": {
"body": [
{
"first_name": "test",
"last_name": "test",
"state": "WA",
"saa_number": "S1111111",
"plumber_licenses": "P1111111",
"grid_type": "design & install",
"sps": "install & design",
"accreditation_number": "test",
"electrician_license": "test",
"status": "Current"
}
]
}
}