Home
API Catalog
About
Back to System
Blueshift API
1.0.0
OAS 3.0
Servers
https://api.blueshift.io/v1
Authorize
Users
GET
/users
List Users
POST
/users
Create User
GET
/users
/{userId}
Get User
PUT
/users
/{userId}
Update User
DELETE
/users
/{userId}
Delete User
Events
POST
/events
Track Event
Orders
GET
/orders
List Orders
POST
/orders
Create Order
GET
/orders
/{orderId}
Get Order
PUT
/orders
/{orderId}
Update Order
DELETE
/orders
/{orderId}
Delete Order
API Keys
GET
/apikeys
List API Keys
POST
/apikeys
Create API Key
DELETE
/apikeys
/{apiKeyId}
Delete API Key
Invoices
GET
/invoices
List Invoices
POST
/invoices
Create Invoice
GET
/invoices
/{invoiceId}
Get Invoice
DELETE
/invoices
/{invoiceId}
Delete Invoice
Products
GET
/products
List Products
POST
/products
Create Product
GET
/products
/{productId}
Get Product
PUT
/products
/{productId}
Update Product
DELETE
/products
/{productId}
Delete Product
Webhooks
GET
/webhooks
List Webhooks
POST
/webhooks
Create Webhook
GET
/webhooks
/{webhookId}
Get Webhook
DELETE
/webhooks
/{webhookId}
Delete Webhook
Campaigns
GET
/campaigns
List Campaigns
POST
/campaigns
Create Campaign
GET
/campaigns
/{campaignId}
Get Campaign
PUT
/campaigns
/{campaignId}
Update Campaign
DELETE
/campaigns
/{campaignId}
Delete Campaign
Customers
GET
/customers
List Customers
POST
/customers
Create Customer
GET
/customers
/{customerId}
Get Customer
PUT
/customers
/{customerId}
Update Customer
DELETE
/customers
/{customerId}
Delete Customer
GET
/customers
/{customerId}
/orders
List Customer Orders
Subscriptions
GET
/subscriptions
List Subscriptions
POST
/subscriptions
Create Subscription
GET
/subscriptions
/{subscriptionId}
Get Subscription
PUT
/subscriptions
/{subscriptionId}
Update Subscription
DELETE
/subscriptions
/{subscriptionId}
Cancel Subscription
Schemas
User
Error
Event
Order
ApiKey
Invoice
Product
Webhook
Campaign
Customer
UserCreate
UserUpdate
OrderCreate
OrderUpdate
ApiKeyCreate
Subscription
InvoiceCreate
ProductCreate
ProductUpdate
WebhookCreate
CampaignCreate
CampaignUpdate
CustomerCreate
CustomerUpdate
UserListResponse
OrderListResponse
ApiKeyListResponse
SubscriptionCreate
SubscriptionUpdate
InvoiceListResponse
ProductListResponse
WebhookListResponse
CampaignListResponse
CustomerListResponse
SubscriptionListResponse