Skip to main content
cURL
curl --request GET \
 --url https://api.pipedream.com/v1/connect/{project_id}/projects/info \
 --header 'Authorization: Bearer <token>' \
 --header 'x-pd-environment: <x-pd-environment>'
{
 "apps": [
 {
 "id": "<string>",
 "name_slug": "<string>"
 }
 ]
}
GET
/
v1
/
connect
/
{project_id}
/
projects
/
info
cURL
curl --request GET \
 --url https://api.pipedream.com/v1/connect/{project_id}/projects/info \
 --header 'Authorization: Bearer <token>' \
 --header 'x-pd-environment: <x-pd-environment>'
{
 "apps": [
 {
 "id": "<string>",
 "name_slug": "<string>"
 }
 ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

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

Headers

x-pd-environment
enum<string>
required

The environment in which the server client is running

Available options:
development,
production

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Response

project info retrieved

Response received when retrieving project info

apps
object[]
required

Was this page helpful?

⌘I

AltStyle によって変換されたページ (->オリジナル) /