Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 620 Bytes

authentication.mdx

File metadata and controls

19 lines (13 loc) · 620 Bytes
title description
Authentication
How to authenticate API requests to Buttondown's servers

import Layout from "../../components/Layout";

export const meta = { title: "Authentication", }; export default ({ children }) => {children};

Authentication

Clients should authenticate by passing the token key in the Authorization HTTP header, prepended with the string Token (note the trailing space!). For example:

Authorization: Token 401f7ac837da42b97f613d789819ff93537bee6a

You can find your API key in your settings page.