| All Verbs | /my-session |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Meta | form | Dictionary<string, string> | No | |
| Created | form | DateTime | No | |
| PartnerId | form | int | No | |
| PartnerIds | form | List<int> | No | |
| PartnerName | form | string | No | |
| Id | form | string | No | |
| ReferrerUrl | form | string | No | |
| UserAuthId | form | string | No | |
| UserAuthName | form | string | No | |
| UserName | form | string | No | |
| DisplayName | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| form | string | No | ||
| PhoneNumber | form | string | No | |
| CreatedAt | form | DateTime | No | |
| LastModified | form | DateTime | No | |
| Roles | form | List<string> | No | |
| Permissions | form | List<string> | No | |
| IsAuthenticated | form | bool | No | |
| AuthProvider | form | string | No | |
| ProfileUrl | form | string | No | |
| GithubProfileUrl | form | string | No | |
| TwitterProfileUrl | form | string | No | |
| AccessToken | form | string | No | |
| AvatarUrl | form | string | No | |
| Signature | form | string | No | |
| ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /my-session HTTP/1.1
Host: api.fxlink.co.za
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"meta":{"String":"String"},"created":"0001-01-01","partnerId":0,"partnerIds":[0],"partnerName":"String","id":"String","referrerUrl":"String","userAuthId":"String","userAuthName":"String","userName":"String","displayName":"String","firstName":"String","lastName":"String","email":"String","phoneNumber":"String","createdAt":"0001-01-01","lastModified":"0001-01-01","roles":["String"],"permissions":["String"],"isAuthenticated":false,"authProvider":"String","profileUrl":"String","githubProfileUrl":"String","twitterProfileUrl":"String","accessToken":"String","avatarUrl":"String","signature":"String","responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}