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>
You can test the connection via /v1/ping endpoint.
Last updated 2 years ago