v3

latestSwagger 2.02026-08-067506752.0 MB
org

Validate authorization code

post/v1/org/app-install-code/validate

Request body

authorizationCodestring required

authorization code token value

issueAccessTokenboolean required

flag indicating if authorization code should be exchanged for an access token

Response

authorization code validated

userIdstring required

userId that created the app install authorization code

dataobject

data associated with the app install authorization code

accessTokenstring

access token issued from app install authorization code

Example response

{
  "userId": "64b050ef762ef7deb38ac723"
}