Authorize
There are two methods to authorize:
The TOKEN in the query:
https://xxx.nextpark.dev/xxx?token=<YOUR-API-TOKEN>
The TOKEN in the header: (preferred)
URL: https://xxx.nextpark.dev/xxx
HEADERS:
- Authentication: Bearer <YOUR-API-TOKEN>
Last updated