PWA

Get all PWA slugs

Get all the slugs of the PWAs

get/api/v1/pwa/slugs/all

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 1 revision of this API.