Getting Started

Server Status: Terminated (AWS Freetier quota is used up)

Welcome to the Dicoding Forum API Docs. This is where you will find the definitive list of currently available methods of the API. Use the base url above to access the server.

Fetch thread detail (/threads/{threadId} endpoint) example
curl -X GET "https://dicoding-forum-api.site/threads/thread-xyz"
Root endpoint (GET https://dicoding-forum-api.site/) will redirect you back to this docs page

Before you can access other endpoints, you need an access token as a request header. To get an access token, please register first if you are a new user and login to get an access token and refresh token. This refresh token will be used to get a new access token if the previous token has expired. For more info please navigate to auth overview.