Integrations
Create or update an integration
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Integrations
Create or update an integration
Create or update integration credentials
POST
/
secrets
/
integrations
/
{provider}
curl --request POST \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/{provider} \
--header 'Content-Type: application/json' \
--data '{
"credentials": {},
"name": "<string>",
"provider": "flexprice"
}'
{
"created_at": "<string>",
"display_id": "<string>",
"expires_at": "<string>",
"id": "<string>",
"last_used_at": "<string>",
"name": "<string>",
"permissions": [
"<string>"
],
"provider": "flexprice",
"status": "published",
"type": "private_key",
"updated_at": "<string>"
}
Path Parameters
Integration provider
Body
application/json
Integration creation request
The body is of type object
.
Response
201
application/json
Created
The response is of type object
.
curl --request POST \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/{provider} \
--header 'Content-Type: application/json' \
--data '{
"credentials": {},
"name": "<string>",
"provider": "flexprice"
}'
{
"created_at": "<string>",
"display_id": "<string>",
"expires_at": "<string>",
"id": "<string>",
"last_used_at": "<string>",
"name": "<string>",
"permissions": [
"<string>"
],
"provider": "flexprice",
"status": "published",
"type": "private_key",
"updated_at": "<string>"
}