LogoLogo
  • Piriod API
  • Getting started
  • Integrations flows
  • Authentication
  • Error Handling
  • Pagination and Filtering
  • Core Resources
    • Customers
      • Create a customer
      • List customers
    • Contacts
    • Reminders
  • Billing
    • Products
    • Plans
    • Addons
    • Coupons
    • Subscriptions
    • Usages
    • Invoices
    • Credit Notes
    • Orders
  • Payments
    • Sources
    • Payments
  • Apps
    • Customer Base
      • Sessions
  • Collections
    • Documents
    • Currencies
    • Countries
    • States
Powered by GitBook
On this page
  • Getting started
  • Learn about concepts

Was this helpful?

Piriod API

Piriod API is REST-based with predictable URLs resources-oriented. Accepts Form-data and JSON-encoded request bodies, returns ever JSON-encoded responses and uses standard HTTP response codes.

NextGetting started

Last updated 10 months ago

Was this helpful?

The Piriod API currently has a single version and has periodic changes in functionality that do not affect the attributes of the different objects that make up the API resources. This documentation explains the use of the different resources and the only source of truth.

You can use the Piriod API in test mode and thus not affect the actual data of the account. The API key is for test mode or real mode.

https://api.piriod.com

Getting started

Go to the for developers.

Learn about concepts

quickstart guide
REST
JSON-encoded
Form-data
HTTP Response codes