v1

latestOpenAPI 3.0.02026-07-1417448450.4 KB
oauth

Exchanges a temporary OAuth verifier code for an access token.

get/oauth.access

Query parameters

client_idstring

Issued when you created your application.

client_secretstring

Issued when you created your application.

codestring

The code param returned via the OAuth callback.

redirect_uristring

This must match the originally submitted URI (if one was sent).

single_channelboolean

Request the user to add your app only to a single channel. Only valid with a legacy workspace app.

Response

Successful user token negotiation for a single scope

oktrue required