cURL
curl --request GET \ --url https://api.woopsocial.com/v1/media/upload-sessions/{uploadSessionId} \ --header 'Authorization: Bearer <token>'
{ "uploadSessionId": "<string>", "status": "INITIATED" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Media upload session identifier.
Current upload status.
INITIATED
Was this page helpful?