From 8bd73dcfce72cdb95c158bd24f0dd80ffc4f2a39 Mon Sep 17 00:00:00 2001 From: somanos Date: Mon, 12 Jun 2023 19:23:18 +0200 Subject: [PATCH] Updated How to use OVH domain api (markdown) --- How-to-use-OVH-domain-api.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/How-to-use-OVH-domain-api.md b/How-to-use-OVH-domain-api.md index 7c5401a4..56865145 100644 --- a/How-to-use-OVH-domain-api.md +++ b/How-to-use-OVH-domain-api.md @@ -1,9 +1,22 @@ # Quick Start ## 1. Create application key and secret +### Option 1 https://eu.api.ovh.com/createApp/ +Then wait for acme.sh to output the validation required to create the consumer key +### Option 2 ## 2. Set api key and api secret. +https://www.ovh.com/auth/api/createToken +And use this settings +* GET /auth/time +* GET /domain +* GET /domain/zone/* +* GET /domain/zone/*/record +* POST /domain/zone/*/record +* POST /domain/zone/*/refresh +* PUT /domain/zone/*/record/* +* DELETE /domain/zone/*/record/* ``` # application key