πAuthentication
How to authenticate your API calls
You must include your Bearer token in the header of each API call you make. It is your API key, which can be found under Credentials in your Admin Dashboard.
Example
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJSb2xlIjoiQWRtaW4iLCJJc3N1ZXIiOiJJc3N1ZXIiLCJVc2VybmFtZSI6IkphdmFJblVzZSIsImV4cCI6MTY5MjM3NzYxNywiaWF0IjoxNjkyMzc3NjE3fQ.yldcMVNjDUVzmGZ-iPVo_wdVsjc4w6uFfa2MuMkMCRA
Last updated