PWA

Get all PWA slugs of current user

Get all the slugs of the PWAs of the current user

get/api/v1/pwa/slugs

Response

Successful Response

slugstring uuid required

Slug of the PWA

namestring required

Name of the PWA

Example response

[
  {
    "name": "Sample PWA",
    "slug": "sample-pwa-d39bbcac-7962-49cf-be5a-5da54f858e3f"
  }
]

Changes

No recorded changes to this endpoint across all 2 revisions of this API.