- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distribution
- project views
- Project avg video watch
- Project Total Watch
- Project Avg Watch per Unique user
- Project All Player Errors
- Project Popularity Analysis
- Project Collections insights
- Collection Geo Distribution
- Collection avg watch time
- Collection avg watch per unique User
- Collection Player error
- Video Geo Distribution
- Video views
- Video Avg Watch
- Video Player Log
- User
- User Avg Video Watch
- User Total Watch
- User player error log
- Plan
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
Update an organization
Developing
PUT
/organizations/{orgID}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
orgID
stringÂ
required
Example:
465c3df2-0fb5-458d-8222-e0033891fce9
Body Params multipart/form-data
name
stringÂ
optional
Example:
my org
email
stringÂ
optional
Example:
rakajui@gmail.com
phone
stringÂ
optional
Example:
+8801828810189
address
stringÂ
optional
Example:
dhaka, bangladesh
zip
stringÂ
optional
Example:
6620
city
stringÂ
optional
Example:
dhaka
state
stringÂ
optional
Example:
dhaka
country
stringÂ
optional
Example:
bangladesh
website_url
stringÂ
optional
Example:
https://chatgpt.com
logo
fileÂ
optional
Example:
file:///home/raka/Downloads/linkedin_round.png
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 PUT 'http://localhost:8080/v1/organizations/465c3df2-0fb5-458d-8222-e0033891fce9' \
--form 'name="my org"' \
--form 'email="rakajui@gmail.com"' \
--form 'phone="+8801828810189"' \
--form 'address="dhaka, bangladesh"' \
--form 'zip="6620"' \
--form 'city="dhaka"' \
--form 'state="dhaka"' \
--form 'country="bangladesh"' \
--form 'website_url="https://chatgpt.com"' \
--form 'logo=@"/home/raka/Downloads/linkedin_round.png"'
Responses
🟠401Unauthorized
application/json
Body
message
stringÂ
required
success
booleanÂ
required
Example
{
"message": "string",
"success": true
}
🟢200OK