Skip to content
On this page

Authentication

Nightwatch API uses access_token authentication. You need to provide your access_token URL parameter for all requests you issue against our API.

You can find your access_token by clicking on the ... in the top right corder of the Nightwatch app then Settings > API Access.

https://api.nightwatch.io/some_action?access_token=ACCESS_TOKEN

You must replace ACCESS_TOKEN with your personal access token.