| GET | /v1/account |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | form | AccountData | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| UserId | form | string | No | |
| EmailAddress | form | string | No | |
| FullName | form | string | No | |
| ProfileImage | form | IImageData | No | |
| SignatureImage | form | IImageData | No | |
| SignatureFont | form | string | No | |
| SignatureAppearance | form | SignatureAppearance | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| Provider | form | string | No | |
| ProviderImageId | form | string | No | |
| Url | form | string | No | |
| Attributes | form | Dictionary<string, string> | No |
| Name | Value | |
|---|---|---|
| None | none | |
| Text | text | |
| Upload | upload |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/account HTTP/1.1 Host: api.booklinker.com Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"userAccount":{"email":"String","settings":{"id":"String","profileImageId":"String","signatureImageId":"String","signatureText":"String","signatureFont":"String","signatureAppearance":"none"}},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}