Create a new B2B AuthenticationAsk AIpost https://api.test.payadvantage.com.au/v3/token/b2bIssues an authorization grant to the specified registered app.Body Paramsclient_idstringrequiredlength ≥ 1The id of the registered app that the authorization grant is being issued to.scopestring | nullThe scope of the authorization grant.grant_typestringrequiredlength ≥ 1For an authorization grant, this is set to: grant_id.Responses 200The created Authentication. 400Bad request 401User is not authorized 403The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort 404The requested resource could not be found 422The request was well-formed but was unable to be followed due to semantic errors 429Request limit exceeded 500Internal server error 504Gateway timeoutUpdated 7 months ago