API Version

All requests to Prism API (except for authentication) are versioned. This is accomplished by passing the version information along with the Accept header by appending ;v=1.

'Accept: application/json;v=1'

Version 1

Unless specified in the API documentation, all endpoints (except for authentication) are on version 1 and needs v=1 appended accordingly.

Last updated