Onramp/Offramp
Create session token
Creates a single use token that can be used to initialize an Onramp or Offramp session. This API should be called once for every new user session. The returned token will expire after 5 minutes.
POST
Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Body
application/json
Request to create an onramp/offramp session token
Response
200
application/json
OK
Response from the Create Token API