Jetpay Developer Guide
Getting Started
Authenticating to the API
2 min
authorization request header each api request requires an api key for authorization to create an api key, you must first have an onboarded jetpay account which you can obtain by following the creating a sandbox account docid\ p 3t3vn7vfvxe6aj 8cpl instructions once you have registered, you may login to your admin dashboard and getting your api key docid\ hwhhrzbkw1u b1bnjqp6p the token will follow the format \<uuid identifier> \<base64 token> include this token in your request header as follows authorization bearer ${{api token}} example curl s x get "https //extapi dev jetpay baselinepayments com/contacts" h "authorization bearer 7031bbd6 f1d9 4c21 8e7c 1f8c9c8e876e 7qo7yknmflfvzockhsv3kazxqhvxhffc" h "cache control no cache" h "content type application/json"