Generate loyalty URL
Generates a loyalty URL for the authenticated user. This URL provides access to the user's loyalty program and rewards.
Authorization<token>
Bearer token authentication for client-side SDK operations. Format: 'Authorization: Bearer '
In: header
Empty Object
Response Body
curl -X POST "https://test-api.stash.gg/sdk/generate_loyalty_url" \ -H "Content-Type: application/json" \ -d '{}'{
"url": "string"
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string",
"property1": null,
"property2": null
}
]
}How is this guide?