cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/slack/install \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "redirect_uri": "<string>", "scopes": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Generate a Slack OAuth authorization URL.
API key must be provided in the Authorization header
Generate an OAuth URL to install Nia's Slack app.
Custom OAuth redirect URI
Override default bot scopes
Successful Response
Was this page helpful?
Suggestions
Contact support