storefront_access_tokens.json 483 B

123456789101112131415161718
  1. {
  2. "storefront_access_tokens": [
  3. {
  4. "id": 1,
  5. "access_token": "477697f16c722efd66918cff7b3657a7",
  6. "access_scope": "unauthenticated_read_product_listings",
  7. "created_at": "2016-11-15T14:15:10-05:00",
  8. "title": "Test 1"
  9. },
  10. {
  11. "id": 2,
  12. "access_token": "477697f16c722efd66918cff7b3657a7",
  13. "access_scope": "unauthenticated_read_product_listings",
  14. "created_at": "2016-11-15T14:15:10-05:00",
  15. "title": "Test 2"
  16. }
  17. ]
  18. }