Sessions
Create a session
POST
https://api.piriod.com/customer_base/sessions/
Creates a new Session object.
Request Body
Name
Type
Description
customer
string
ID of related Customer object.
return_url
string
URL to return on session expiration.
Retrieve a session
GET
https://api.piriod.com/customer_base/sessions/{{key}}/
Retrieves a Session object.
Path Parameters
Name
Type
Description
key
string
key
attribute of the Session object.
Last updated
Was this helpful?