Developers
Recurring series

Read a single occurrence by period

GET
/recurring-series/{ref}/occurrences/{period}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ref*string
period*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/recurring-series/string/occurrences/string"
{  "object": "occurrence",  "series_id": "string",  "period": "string",  "period_from": "string",  "period_to": "string",  "issue_date": "string",  "is_final_partial": true,  "status": "scheduled",  "invoice_id": "string"}