πAuthrorization
All calls to our API endpoints must be authenticated - no exceptions - and must be over HTTPS. To accomplish this, include your Secret key in the Authorization header of every request you make. You should send your Authorization header in the following format:
Authorization Bearer SECRET_KEY
Last updated