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 docid 4kn3 yn6dt350vjrnsd1n instructions once you have registered, you may login to your admin dashboard and docid zgmim7qkrraox9jjaqrl 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 demo jetpay baselinepayments com/contacts" h "authorization bearer 7031bbd6 f1d9 4c21 8e7c 1f8c9c8e876e 7qo7yknmflfvzockhsv3kazxqhvxhffc" h "cache control no cache" h "content type application/json"
