Account Sessions

Create an account session

post/account-sessions

Request body

accountObjectId required
id_tokenstring required

The JWT token for authentication

refresh_tokenstring required

Refresh JWT token. By default, same as id_token.

expires_innumber required

Number of seconds after wich the session expires. By default, equal to 3600 seconds.

auth_providerstring required

The name of the website used to sign in if the user didn't log in through FanHero.

Response

Account session created

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.