Prayer Cloud API

Empowering your ministry in the cloud


Authentication

Generating a new API key

Field Type Required Description
church_uuid string Yes The UUID of the church getting a new key

To generate a new church api key under your account you will submit an authenticated POST request to https://prayer.ministrycloud.com/api/auth/generate-key with the following json form data

{
  "church_uuid": "the-uuid-of-the-church"
}

If successful you will receive a 201 response with the following JSON body. Take note of the api_key as this will be needed to interact with most authenticated prayer endpoints. The api_key will never be displayed again, so this is your one chance to store the key.

{
    "data": {
        "api_key": "your-api-key-will-be-here"
    }
}

This endpoint is only accessible to users who are master accounts. If you feel that you need your account upgraded to a master account, please reach out to engineering@monkdevelopment.com.