Skip to main content

Account

GET Account#

Gets project account.

GET
MethodGET
URL or EndPoint/api/v{version}/projects/{projectId}/accounts
HeadersAuthorization
ParametersprojectId, version
BodyNot Applicable

The description of the URL parameters is as follows:

URL Parameter NameMandatoryTypeExampleDescription
v{version}Yesstringv1Shows the version of API
{projectId}Yesstring2e21fae6-af4c-4a4a-e0fc-08d903f55711Shows the project Id

The description of the parameters is as follows:

Parameter NameMandatoryTypeExampleDescription
versionYesstringv1Shows the version of API
projectIdYesstring2e21fae6-af4c-4a4a-e0fc-08d903f55711Shows the project Id

Request Body#

The request does not have a request body.

Responses#

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

The following data is returned in json format by the service.

{  "success": true,  "errors": [    "string"  ],  "messages": [    "string"  ],  "result": {    "name": "string",    "projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",    "endpoint": "string",    "defaultBucket": "string",    "accessKey": "string",    "secretKey": "string"  },  "resultInfo": {    "totalCount": 0,    "pageIndex": 0,    "pageSize": 0,    "totalPages": 0,    "hasNextPage": true,    "hasPreviousPage": true  }}
Field NameTypeExampleDescription
successbooltrueIf response is success will return true otherwise will return false
errorsarray []"string"Indicate if there was an error
messagesarray []"string"Returns the response message from back-end
resultarray [object]Return the result of bucket s3 account
namestring"string"
projectIdstring($Guid)"3fa85f64-5717-4562-b3fc-2c963f66afa6"Returns the project id
endpointstring"string"Returns the endpoint
defaultBucketstring"string"Returns the default bucket for the specific project
accessKeystring"string"Returns the access key of the project
secretKeystring"string"Returns the secret key of the project

Errors

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

  • HTTP Status Code: 401 Unauthorized
  • HTTP Status Code: 403 Forbidden
  • HTTP Status Code: 404 Not found