Reset Offline Token

Endpoint to reset the offline token for a user. Old one will be invalidated, and a new one will be issued.

👍

If no offline token has been previously created for the end-user, a new one will be issued in the response of this endpoint.

📘

Storing the offline_token

Storing the offline_token for your end-users enables you to implement the Frictionless Sign-up/Sign-in flow and improve user experience.

Authentication

To authenticate this request, generate the JWT Token by following the instructions on Frictionless Sign-up flow setup page, excluding Step 3 of the instructions.

The JWT payload must contain the email equal to the email in this request body.

👍

The JWT token should be sent as a Bearer token in the Authorization header as shown in the request below.

Body Params
string
required

Email of the user for which you want to create the new offline token. The same email address must be the payload for generating the JWT token.

string
required

Your Partner ID (UUID) as provided to you by Coinify.

Headers
string
required
Defaults to Bearer {jwt_token}

Must contain Bearer {jwt_token}. See how to generate the offline token by following instructions in the Frictionless Sign-up flow.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json