Skip to main content
GET
/
Token
/
{YourAPIKEY}
/
{ProjectGuid}
/
{CustomerID}
Generate Token that needs to be used to let the user go to the wallets page
curl --request GET \
  --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Token/{YourAPIKEY}/{ProjectGuid}/{CustomerID}
{
  "isError": "0",
  "Error": "",
  "Token": "B1479D7E-B42E-09A6-EDF6-CF0FE02AB5BC"
}
This endpoint will be used when you want to show the wallets a user has. A token is generated (lasting 5 minutes). The user has the possiblilty to link their wallet so that the NFT(s) become available in your product.

Path Parameters

YourAPIKEY
string
required
ProjectGuid
string
required
CustomerID
string
required

Response

200 - application/json

Token generation response

isError
string
Example:

"0"

Error
string
Example:

""

Token
string
Example:

"B1479D7E-B42E-09A6-EDF6-CF0FE02AB5BC"