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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
site_id
string
required
The ID of the site you want to get the token for
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://mock.apidog.com/m1/479670-0-default/v1/auth/site/'
Responses
🟢200Successful Response
application/json
Body
A response containing a site access token.- **device_access_token**: The access token for the device.