Skip to main content

POST to Send Request to Access in Video Player

Overview


The following table contains important information about the POST method in regards to sending a request to access in video player.

POST to Send Request to Access in Video Player
MethodPOST
URL or Endpoint/api/accounts/requests/access
HeadersAuthorization
ParametersNone
BodyCheck the request body below.

Request Body

{
"firstname": "string",
"lastname": "string",
"email": "string",
"organizationName": "string",
"industry": "string",
"reasonForAccess": "string"
}
Field NameTypeDescription
firstnamestringThe first name.
lastnamestringThe last name.
emailstringThe email.
organizationNamestringThe name of the organization.
industrystringThe tyoe of industry.
reasonForAccessstringThe reason for requesting access.

Response

Email sent successfully!

If the action is successful, the service sends back an HTTP 200 or 201 response.

Errors

For information about the errors that are common to all actions, see Common Errors:

  • HTTP Status Code 400: Bad Request

  • HTTP Status Code 401: Unauthorized

  • HTTP Status Code 403: Forbidden

  • HTTP Status Code 404: Result Not Found

  • HTTP Status Code 500: Internal Server Error

  • HTTP Status Code 503: Backend Fetch Failed