-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): import RS API documentation
- Loading branch information
Showing
8 changed files
with
1,679 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<ListTable> | ||
|
||
- - Response | ||
- Description | ||
- Notes | ||
- - `200` | ||
- Success | ||
- Returns report information | ||
- - `204` | ||
- No content | ||
- Returned if the response object is empty | ||
- - `400` | ||
- Bad request | ||
- Returned if your request is malformed or contains unsupported parameters | ||
- - `401` | ||
- Unauthorized | ||
- Returned if your credentials are incorrect or absent | ||
- - `403` | ||
- Forbidden | ||
- Returned if you try to access information you don't have permission to view | ||
- - `429` | ||
- Too many requests | ||
- Returned if you exceed 50 simultaneous requests | ||
- - `503` | ||
- Service unavailable | ||
- Returned if the server can't be reached | ||
- - `504` | ||
- Gateway timeout | ||
- Returned if the query takes too long to return a response | ||
|
||
</ListTable> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Report service API authentication" | ||
description: "You need a bearer token to use the Report service API." | ||
slug: en/api/rs-api/authentication | ||
sidebar-position: 1 | ||
sidebar-label: Authentication | ||
--- | ||
|
||
import Authentication from "@content/en/api/partials/_Authentication.mdx"; | ||
|
||
You need a [bearer token](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) to use the Report service API. You can get this token in the Adjust dashboard by following the steps in this article. | ||
|
||
<Authentication /> |
Oops, something went wrong.