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 | |
---|---|
Method | POST |
URL or Endpoint | /api/accounts/requests/access |
Headers | Authorization |
Parameters | None |
Body | Check the request body below. |
Request Body
{
"firstname": "string",
"lastname": "string",
"email": "string",
"organizationName": "string",
"industry": "string",
"reasonForAccess": "string"
}
Field Name | Type | Description |
---|---|---|
firstname | string | The first name. |
lastname | string | The last name. |
string | The email. | |
organizationName | string | The name of the organization. |
industry | string | The tyoe of industry. |
reasonForAccess | string | The 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