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: content/api/howto.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ You need to set a callback URL, this is the url your user will be redirected to
55
55
56
56
#### **Get a request token**
57
57
58
-
You have to make a `POST`request to get a [request token](/api/v2/#post-/oauth/request_token) to the API.
58
+
You have to make a `POST`request to get a [request token](/developers/api/v2/#post-/oauth/request_token) to the API.
59
59
60
60
#### **Get the authorization URL**
61
61
62
-
Ask the API for the [authorization URL](/api/v2/#get-/oauth/authorize) and go to this URL with a browser. Log in with your account and it will send you to the callback URL.
62
+
Ask the API for the [authorization URL](/developers/api/v2/#get-/oauth/authorize) and go to this URL with a browser. Log in with your account and it will send you to the callback URL.
63
63
64
64
#### **Get the verifier token**
65
65
@@ -71,7 +71,7 @@ Where `<verifierToken>` is your token.
71
71
72
72
#### **Get the access token**
73
73
74
-
Make a `POST` request to get the [access token](/api/v2/#post-/oauth/access_token) with your request token and the verifier.
74
+
Make a `POST` request to get the [access token](/developers/api/v2/#post-/oauth/access_token) with your request token and the verifier.
75
75
You can use this access token to make OAuth1 signed requests.
76
76
77
77
More information about [OAuth dance](https://oauth.net/core/1.0/#anchor9).
@@ -88,8 +88,8 @@ All the API endpoints are referenced in a swagger documentation. **The base URL
88
88
89
89
{{< cards >}}
90
90
91
-
{{< card link="/api/v2" title="Base v2 Endpoints" subtitle="Our base API endpoints with users, organisations, applications, add-ons, etc." icon="endpoints" >}}
92
-
{{< card link="/api/v4" title="New v4 Endpoints" subtitle="More recent API endpoints with billing, deployments, load balancers, logs, etc." icon="new" >}}
91
+
{{< card link="/developers/api/v2/" title="Base v2 Endpoints" subtitle="Our base API endpoints with users, organisations, applications, add-ons, etc." icon="endpoints" >}}
92
+
{{< card link="/developers/api/v4/" title="New v4 Endpoints" subtitle="More recent API endpoints with billing, deployments, load balancers, logs, etc." icon="new" >}}
0 commit comments