User Authorization API

Last updated: August 7th, 2024

Description

Using This API, Clients can Get Authorization Tokens Valid for API Communication.

Parameters

null Values will Not be Accepted For * Marked Parameters in the Request Message

UserID*

-[string(32)]--API UserID, Shared by Cencora Financial Services as a part of Initial Business Setup.

Password*

-[string(32)]--API Password, Shared by Cencora Financial Services as a part of Initial Business Setup.

APIModule*

-[char(2)]--Rgistred API Service's, Shared by Cencora Financial Services as a part of Initial Business Setup.

Return Values

MessageResponse

# Name Type Description
1 APIResponseCode string (MaxLength = 4) Response Code for the Request
2 APIReasonDescription string (MaxLength = 64) Description of the Response Message
3 APIResponseDateTime Datetime Time at the API Response Generated
4 APIUniqueReferenceID string (MaxLength = 64) Unique Tag number for the Response
5 APIModule string (MaxLength = 64) Module Name For Which Services are Granted
6 AccessToken string (MaxLength = 256) Unique Time Bound Authorization Token for API Calls
7 TokenIssuedDateTime string (MaxLength = 20) Timestamp for Authorization Token
8 TokenExpTime string (MaxLength = 7) Expiration Time in Seconds for Issued Authorization Token

Method: POST

Url: TBD

JSON Request:
{
  "UserID": {},
  "Password": {},
  "APIModule": {}
}
Response:
{
  "Response": {
    "APIResponseCode": {},
    "APIReasonDescription": {},
    "APIResponseDateTime": {},
    "APIUniqueReferenceID": {}
  },
  "APIModule": {},
  "AccessToken": {},
  "TokenIssuedDateTime": {},
  "TokenExpTime": {}
}

Contact US

E-Mail:

info@fvfn.com

Address:

1 West First Ave, Conshohocken, PA 19428