From 38bb1f9e9ef0be5a90d41e48cfb93c9564f960b3 Mon Sep 17 00:00:00 2001 From: Nolan Di Mare Sullivan Date: Mon, 3 Apr 2023 15:00:48 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc183e..669b60f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Structure +
+ + + + +

Python SDK

+

Discover rich information on people and companies

+ + + + +
## SDK Installation @@ -8,6 +19,12 @@ pip install structure_py ``` +## Authentication +You'll need to authenticate your requests to access any of the endpoints in the Structure API. In this guide, we'll look at how authentication works. Structure offers authentication for your API requests with a token. + +### OAuth2 with bearer token +Authentication with the Structure API is using OAuth2. When establishing a connection using OAuth2, you will need your access token — you will find it in the [Structure dashboard](https://www.structure.ac/api_tokens) under API settings. + ## SDK Example Usage ```python