- How to Set-up Domains on Google
- How to Set-up Domains on Microsoft
- Cloudflare
- Microsoft
- Google
Saving Credentials
POST
https://api.saasautomation.link/inbox/microsoft/creds
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
data
object
required
microsoft
object
required
Example
{
"data":{
"microsoft": {
"tenantID":"B8YG786R878-B87T867BTNI8OM98_8NYO",
"clientID":"BUYG-876GT867-BT67BN",
"clientSecret":"GIUYVGIBYiuygoiub-hibkguo_~kjbill"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.saasautomation.link/inbox/microsoft/creds' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"data":{
"microsoft": {
"tenantID":"B8YG786R878-B87T867BTNI8OM98_8NYO",
"clientID":"BUYG-876GT867-BT67BN",
"clientSecret":"GIUYVGIBYiuygoiub-hibkguo_~kjbill"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}