Authentication
Authentication in the Content Island REST API is done using an access token that must be included in every API request in the Authorization header. This token is used to identify the project and ensure that only authorized users can access the data.
curl https://api.contentisland.net/api/1.0/contents --header 'Authorization: Bearer YOUR_ACCESS_TOKEN'