Loading...
Authenticate with an auth code. The returned session is tied to the session that created the auth code, and will be expired with any of the creator's sessions. This is a subset of an OAuth flow.
/auth/code-login
curl -L \ --request POST \ --url 'https://api.bringyour.com/auth/code-login' \ --header 'Content-Type: application/json' \ --data '{ "auth_code": "text" }'
{ "by_jwt": "text", "error": { "message": "text" } }