You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/api/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The API enables you to:
28
28
29
29
### Authentication
30
30
31
-
All Fluence API endpoints require an API key sent as a Bearer token in the `Authorization` header.
31
+
All Fluence API endpoints require an API key sent in the `X-API-KEY` header.
32
32
You can create and manage your keys in the [Fluence Console settings guide](../settings/settings.md). If you omit or supply an invalid key, you’ll get a 403 code error.
33
33
34
34
### Request and response format
@@ -40,7 +40,7 @@ The Fluence API accepts and returns data in JSON format. When making POST reques
40
40
```bash
41
41
curl -i -X POST https://api.fluence.dev/marketplace/offers \
0 commit comments