Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Pattern: ^proj_[a-zA-Z0-9]+$

Response

project retrieved

Project that can be accessed via the Connect API

id
string
required

Hash ID for the project

Pattern: ^proj_[0-9A-Za-z]+$
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