Skip to main content
GET
/
v1
/
mosques
/
{mosqueId}
/
prayers
List manual prayer rows
curl --request GET \
  --url https://api.pocketmusala.com/v1/mosques/{mosqueId}/prayers \
  --header 'Authorization: Bearer <token>'
{
  "prayers": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "adhanTime": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "iqamahTime": "04:21"
    }
  ]
}

Authorizations

Authorization
string
header
required

PocketMusala Developer API key from the authenticated portal.

Headers

X-Request-Id
string

Partner-generated request id used for logs and support.

Minimum string length: 1

Path Parameters

mosqueId
string<uuid>
required

Response

Manual prayer rows for the mosque.

prayers
object[]
required