Getting customer points activities
Last updated 2 months ago
OK
const response = await fetch('https://dev-api.joy.so/rest_api/v1/activities', { method: 'GET', headers: {}, }); const data = await response.json();