Time Status User Agent Retrieving recent requestsā¦
Retrieves the primary record for an Account using the AVID as the identifier.
Allow the Account to review or verify their own details to ensure they meet the business requirements.
The Account can update their account settings at any time to meet business needs. Please visit update Account .
200
Successfully retrieved account. Returns complete account details including profile, contacts, status, and metadata.
401
The request is valid, but server authentication failed to verify the identity. The user's access token has either expired or is not valid. Creating a new token might resolve the issue.
403
The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort. This status is similar to 401, but in this case, re-authenticating will make no difference. The access is permanently forbidden and tied to the application logic, such as insufficient rights to a resource.
404
The requested resource was not found. This response indicates that the server can't find the requested resource. In the context of an API, this can mean that the endpoint is valid but the resource itself does not exist. For developers, this typically means that the URL or its content (such as specific ID) does not exist. Check the URL and the resource identifier.