Authentication
/curl -X POST \
https://explore.cloud4wi.com/v1/sts/login/services \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-H 'accept: application/json' \
-d '{
"clientKey":"ck-********-****-****-****-************",
"clientSecret":"********************************"
}'/curl -X POST \{"token":[[JWT_TOKEN]]"}curl -X GET \
'https://explore.cloud4wi.com/v2/customers/organizations/[[CID]]?sortBy=created_absolute&sortReverse=false' \
-H 'Authorization: Bearer [[JWT_TOKEN]]' \
-H 'Cache-Control: no-cache' \
-H 'accept: application/json'AuthN/AuthZ Flow
Endpoints
Returns a JWT token inside the body and in the Authorization Header of the response
Body
clientKeystringOptional
clientSecretstringOptional
Responses
200
User authenticated
application/json
tokenstringOptional
JWT token
default
unexpected error
application/json
post
/v1/sts/login/servicesLast updated
Was this helpful?
