Get details of a specific integration
curl --request GET \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/{provider} \
--header 'x-api-key: <api-key>'{
"created_at": "<string>",
"display_id": "<string>",
"expires_at": "<string>",
"id": "<string>",
"last_used_at": "<string>",
"name": "<string>",
"provider": "flexprice",
"roles": [
"<string>"
],
"status": "published",
"type": "private_key",
"updated_at": "<string>",
"user_type": "user"
}Enter your API key in the format x-api-key <api-key>*
Integration provider
OK
flexprice, stripe, s3, hubspot, razorpay, chargebee, quickbooks RBAC roles
published, deleted, archived private_key, publishable_key, integration user, service_account curl --request GET \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/{provider} \
--header 'x-api-key: <api-key>'{
"created_at": "<string>",
"display_id": "<string>",
"expires_at": "<string>",
"id": "<string>",
"last_used_at": "<string>",
"name": "<string>",
"provider": "flexprice",
"roles": [
"<string>"
],
"status": "published",
"type": "private_key",
"updated_at": "<string>",
"user_type": "user"
}