How To Create API Key For Development Purposes
Get an API Key
To start to use C8 Apis
- Go to Cinema8 admin panel and navigate to Settings Area
- Select Advanced Tab in the settings panel
- Press Create API Key button to generate your api key
- Select user to assign this api key.This key will be functional with selected users roles & permissions.
Add the API key to your request
You must include an API key with every Restfull or JavaScript API request. You can use our sample codes to test the api access.Replace YOUR_API_KEY
with your API key.
Sample codes in cinema8 github account
C8 Apı keys dont have a time limit, you can also create multiple keys for multiple purposes-users.
You can read these articles to implement integration with Cinema8 platform ;