Query parameters
-
Filter by a comma separated list of UUIDs.
-
Filter by created date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
Filter by last updated date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
Filter by completed date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
affects whether to include direct debit mandates based on the completed state. Valid options are "exclude", "include", "only". (default: "include")
-
Field to sort by. Valid fields are [created_at, updated_at, completed_at]. Negative sign to denote DESC. Defaults to '-created_at'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v2/direct-debit-mandates' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"message": "Unauthenticated."
}