Authentication

The Playbooks API uses API keys to authenticate requests and grant access to private resources. To see this in action, simply copy / paste the following command and replace the <your_api_key> with your credentials. This should return a 200 response as shown.

Headers

Header
Type
Description
AuthorizationstringYour session JWT token
Auth Request
curl --location "https://api.playbooks.xyz/session" --header "Authorization: <your_api_key>"
Response
{ "data": { "type": "users", "id": "3", "attributes": { "first-name": "Eric", "last-name": "Hubbell", "tagline": "Entepreneur // Software Developer", ... } }, "included": [], "meta": {}, }

2024 © Playbooks, Inc