Skip to content

API connection #14218

Closed Answered by kakkokari-gtyih
PrEvAl85 asked this question in Q&A
Discussion options

You must be logged in to vote

https://misskey-hub.net/en/docs/for-developers/api/token/
(Most of the information of misskey can be found on misskey-hub.net)


Obtain an access token

To get started with the API, you first need to get an access token tied to the account you want to use.
This document describes the steps to get an access token and then the basic API usage.

Generally, API requests require an access token. An access token is authentication information linked to a user, which identifies the user utilizing the API and manages the permissions associated with each access token.

Tip

A user and their associated access tokens have a one-to-many relationship, meaning multiple access tokens can be issued for a singl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PrEvAl85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants