Get Site Token
POST
/v1/auth/site/{site_id}Use this endpoint to retrieve a site token, to be used to authenticate calls between your homeowner app and our API.
Note that you need the client authentication token (not the site token) to access the API.
Request
Path Params
site_id
string
required
The ID of the site you want to get the token for
Request samples
Responses
Successful Response(200)
Validation Error(422)
Unauthorized(401)
Successful Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 6 months ago