GET
/
secrets
/
integrations
/
{provider}
Get integration details
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>",
  "permissions": [
    "<string>"
  ],
  "provider": "flexprice",
  "status": "published",
  "type": "private_key",
  "updated_at": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

provider
string
required

Integration provider

Response

200
application/json

OK

The response is of type object.