Skip to main content
GET

Authorizations

x-portkey-api-key
string
header
required

Query Parameters

current_page
integer

Current page, defaults to 0

page_size
integer

Page size, default to 100

workspace_id
string

Filter integrations accessible by a specific workspace. When using workspace API keys, this value will be enforced based on the API key details

type
enum<string>
default:all

For type=workspace, the API will only return Workpace-Scoped integrations. For type=organisation, the API will only return Global (organisation level) integrations. For type=all, both types of integrations will be returned.

Available options:
workspace,
organisation,
all

Response

200 - application/json

Successful response

object
enum<string>
Available options:
list
total
integer

Total number of integrations

data
object[]
Last modified on February 17, 2026