Skip to main content
POST
/
v1
/
projects
/
restore
Restore projects
curl --request POST \
  --url https://api.nomi.tools/v1/projects/restore \
  --header 'Accept: <accept>' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

application/json
ids
string[]

Response

Projects restored successfully