API Keys
Manage keys for the Bliptar SDK and API
Your API Keys
3 keys configured
| Name | Key | Environment | Last Used | Created | |
|---|---|---|---|---|---|
| Production API Key | blp_live_••••x7k2 | Live | less than a minute ago | almost 2 years ago | |
| Development API Key | blp_test_••••m3n9 | Test | about 1 year ago | almost 2 years ago | |
| CI/CD Pipeline Key | blp_test_••••p4q8 | Test | about 1 year ago | almost 2 years ago |
Quick Start
Install the Bliptar SDK in your application
npm install @bliptar/sdk
import { Bliptar } from '@bliptar/sdk';
Bliptar.init({
apiKey: 'blp_live_••••7x9a',
});