cURL
Slack Connections
Initiate a Slack workspace OAuth install
Returns the Slack /oauth/v2/authorize URL the user’s browser should be redirected to. The surface (Particle Slack app vs Radar Slack app) is inferred from the calling request — Radar-issuer JWTs install the Radar app; everything else installs the Particle app. JWT auth required; API keys cannot install OAuth on behalf of a user.
POST
cURL
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Project ID (base62-encoded).
Body
application/json
URL on the calling surface (platform.particle.pro / radar.particle.pro) to redirect the user's browser to after the OAuth dance completes. Must match the calling surface's host.
Required string length:
1 - 2000Response
OK