Plural GraphQl API
Documentation about how to interact with the Plural GraphQl api directly.
REST API
Plural's primary underlying api is written in GraphQl, as discussed in our GQL docs. That said, REST is often a lot more convenient to use for programmatic access, and a subset of the full functionality for most targeted usecases you might need.
You can inspect our OpenAPI schema using OpenAPI Viewer
To authenticate to the REST api, just do the following:
- Create an access token (simple way is
cmd + k -> access tokens) - Add an
Authorization: Token {your-access-token}header.
In addition, we offer a number of typed clients here: https://github.com/pluralsh/rest-clients