Get subscriptionsAsk AIget https://integration-api.tangocard.com/raas/v2/webhooksQuery ParamsprevCursorstringThe cursor to use for the previous page of results. This will be ignored if paginate is false.nextCursorstringThe cursor to use for the next page of results. This will be ignored if paginate is false.maxResultsint32≤ 200Defaults to 10The maximum number of results to return. The default is 10, and the maximum is 200. This will be ignored if paginate is false.urlstringThe customer URI Tango will use to POST the webhook back toheaderNamestringContains any header name submitted by the customer.headerValuestringContains any header value submitted by the customer.categoriesarray of stringsDesignated subscribed to categories.categoriesADD stringeventTypesarray of stringsDesignated subscribed to events.eventTypesADD stringexpiresAtFromdate-timeSpecify the starting expiration date or date time to be queried according to RFC 3339, i.e. "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txtexpiresAtTodate-timeSpecify the ending expiration date or date time to be queried according to RFC 3339, i.e. "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txtcreatedAtFromdate-timeSpecify the starting created date or date time to be queried according to RFC 3339, i.e. "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txtcreatedAtTodate-timeSpecify the ending created date or date time to be queried according to RFC 3339, i.e. "2016-01-01T00:00:00Z". See https://www.ietf.org/rfc/rfc3339.txtResponses 200OK 400Bad Request 401Unauthorized 404Not FoundUpdated 7 months ago