NextPark
  • Welcome!
  • APIs
  • Partner
    • Bookings
      • Offers
      • Booking
      • Booking Fee
      • Booking Review
      • Booking Addons
      • Booking Services
      • Booking Payment
      • Booking Discount
    • Place
    • Parking
  • Operator
    • Parking
      • Locks
      • Pricing
    • Bookings
      • Booking Invoice
      • Booking Barcode
    • Barriers
  • Advance
    • Authorize
    • Languages
    • Constans
      • Barcodes
    • Responses
    • Sandbox Limits
Powered by GitBook
On this page
  1. Advance

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>

You can test the connection via /v1/ping endpoint.

PreviousBarriersNextLanguages

Last updated 2 years ago