Prayer Letters Account

Prayer Letters Account Documentation

Prayer Letters Account [POST]

Prayer Letters Account [POST]

Request

Endpoint

POST /api/v2/account_lists/d28a55d6-9cd7-4228-8ac7-a0bce3037288/prayer_letters_account
Content-Type: application/vnd.api+json

Body

{
  "data": {
    "type": "prayer_letters_accounts",
    "attributes": {
      "oauth2_token": "b45b7323-ab13-44cf-b67a-c2b6fe50e4b3",
      "updated_in_db_at": "2022-01-12 17:18:33 UTC"
    }
  }
}

Parameters

Attributes

created_at

Type date

Description The timestamp of when this resource was created

Required No

oauth2_token

Type Unknown

Description API token to access prayerletters.com

Required No

updated_at

Type date

Description The timestamp of when this resource was last updated

Required No

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

Required No

Response

Headers

Body

Fields

Attributes

created_at

Type date

Description The timestamp of when this resource was created

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

valid_token

Type boolean

Description Is stored token valid?

Prayer Letters Account [GET]

Prayer Letters Account [GET]

Request

Endpoint

Body

Response

Headers

Body

Fields

Attributes

created_at

Type date

Description The timestamp of when this resource was created

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

valid_token

Type boolean

Description Is stored token valid?

Prayer Letters Account [DELETE]

Prayer Letters Account [DELETE]

Request

Endpoint

Body

Response

Headers

Body

Prayer Letters Account [SYNC]

Prayer Letters Account [SYNC]

Request

Endpoint

Body

Response

Headers

Body

Fields

Attributes

created_at

Type date

Description The timestamp of when this resource was created

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

valid_token

Type boolean

Description Is stored token valid?

Last updated