postman.ooona.net
Open in
urlscan Pro
54.156.154.87
Public Scan
URL:
https://postman.ooona.net/
Submission: On August 11 via automatic, source certstream-suspicious — Scanned from DE
Submission: On August 11 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (0) * Body * Headers (0) * Body * Headers (0) Public Documentation Settings ENVIRONMENT No Environment LAYOUT Double Column LANGUAGE cURL - cURL OOONA Manager Api Introduction 📤Outgoing 📥Incoming 🔑Authentication OOONA MANAGER API Subtitling workflow between OOONA Manager/Integrated and External systems API needs to be served over https with at least basic auth AUTHORIZATIONBearer Token Token 📤OUTGOING This folder contains all the endpoints OOONA Manager is able to conect in external systms to respond to. The actuall URL , Endpoint names and Parameter names can be adjusted in the TM API configuration. Configuration AUTHORIZATIONBearer Token This folder is using Bearer Token from collectionOOONA Manager Api POSTFILEDELIVERY {{baseUrl}}/api/ExternalTmApi/FileDelivery Triggered when a file is loaded to notify customer system of the new file availbility. AUTHORIZATIONBearer Token This request is using Bearer Token from collectionOOONA Manager Api HEADERS Content-Type */* Accept */* Bodyraw (json) json { "orderNumber": "<integer>", "product": "<integer>", "productId": "<string>", "language": "<string>", "task": "<string>", "version": "<integer>", "originalFileCode": "<integer>", "fileCode": "<integer>", "fileUrl": "<string>" } Example Request 200 View More curl curl --location -g '{{baseUrl}}/FileDelivery' \ --header 'Content-Type: */*' \ --data '{ "orderNumber": "<integer>", "product": "<integer>", "productId": "<string>", "language": "<string>", "task": "<string>", "version": "<integer>", "originalFileCode": "<integer>", "fileCode": "<integer>", "fileUrl": "<string>" }' 200 OK Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers POSTCHANGENOTIFICATION {{baseUrl}}/api/ExternalTmApi/ChangeNotification Triggered when a tasks are compleated to notify customer system a task was compleated AUTHORIZATIONBearer Token This request is using Bearer Token from collectionOOONA Manager Api HEADERS Content-Type */* Accept */* Bodyraw (json) View More json { "orderNumber": "<integer>", "product": "<integer>", "productId": "<string>", "productStatus": "<string>", "productProgress": "<string>", "language": "<string>", "languageStatus": "<string>", "languageProgress": "<string>", "task": "<string>", "taskStatus": "<string>", "orderProgress": "<string>" } Example Request 200 View More curl curl --location -g '{{baseUrl}}/ChangeNotification' \ --header 'Content-Type: */*' \ --data '{ "orderNumber": "<integer>", "product": "<integer>", "productId": "<string>", "productStatus": "<string>", "productProgress": "<string>", "language": "<string>", "languageStatus": "<string>", "languageProgress": "<string>", "task": "<string>", "taskStatus": "<string>", "orderStatus": "<string>", "orderProgress": "<string>" }' 200 OK Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers POSTSEMIAUTOMATICNOTIFICATION {{baseUrl}}/api/ExternalTmApi/SemiautomaticNotification In semiautomatic mode this end point is used to notify of new order created and permanent changes made by specific requests AUTHORIZATIONBearer Token This request is using Bearer Token from collectionOOONA Manager Api HEADERS Content-Type */* Accept */* Bodyraw (json) json { "orderNumber": "<integer>", "tempOrderNumber": "<string>", "id": "<string>", "error": "<string>", "message": "<string>" } Example Request 200 curl curl --location -g '{{baseUrl}}/SemiautomaticNotification' \ --header 'Content-Type: */*' \ --data '{ "orderNumber": "<integer>", "tempOrderNumber": "<string>", "id": "<string>", "error": "<string>", "message": "<string>" }' 200 OK Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers