Skip to main content
GET
/
v1
/
connect
/
projects
/
{project_id}
cURL
curl --request GET \
  --url https://api.pipedream.com/v1/connect/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "app_name": "<string>",
  "support_email": "[email protected]",
  "connect_require_key_auth_test": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Response

project retrieved

Project that can be accessed via the Connect API

id
string
required

Hash ID for the project

name
string
required

Display name of the project

app_name
string | null

App name shown to Connect users

support_email
string<email> | null

Support email configured for the project

connect_require_key_auth_test
boolean

Send a test request to the upstream API when adding Connect accounts for key-based apps