Get an authorization codepost https://{hostname}/access/getAuthorizationCodeReturns an authorization code you can exchange for an access token and a refresh token.Form Datafor_client_idstringUnique identifier of the API clientidintegerUnique identifier of the user logging in. Required unless you use the uuid or key_attribute parameter.key_attributestringName of a unique attribute in the schema. Required unless you use the id or uuid member. If you use key_attribute, your operation needs to include the key_value member as well.key_valuestringValue for the attribute specified by the key_attribute parameter. String values are enclosed in quotes.lifetimestringDefaults to 30Number of seconds for which the authorization code is valid.redirect_uristringEither the redirect URL used to obtain an authorization code or the redirectUri setting configured in a JavaScript SDK-based implementation. Required only when the grant_type is set to authorization_codetransaction_statestringJSON string associated with the authorization code and returned when that code is exchanged for an access token and a refresh token.type_namestringName of the user profile database where the user’s user profile is storeduuidstringUnique identifier for the user logging in. Required unless you're using the id or key_attribute parameters to identify the user record.Response 200Successful responseUpdated about 1 month ago