Read Metadata
This API is responsible for reading metadata for a given Consumer ID and API Name. By omitting API Name, users can fetch the global metadata for the corresponding consumer.
In case, both global and API specific metadata exists, reading metadata would always prioritize APIs.
Key | Value |
Authorization | shared by Signzy |
Content-type | application/json |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
consumerId | A unique id shared by Signzy during onboarding of the client | String | COMPULSORY |
apiName | Name of the API | String | OPTIONAL |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
result | This parameter contains the actual output. | Object | OPTIONAL |
logoUrls | Url of the consumer logo | List of String | OPTIONAL |
domainNames | List of Domain names that have to be whitelisted in Signzy | List of String | OPTIONAL |
callbacks | List of callback configs | List of Object | OPTIONAL |
url | Url of the callback | String | COMPULSORY |
authType | Authentication type | String | COMPULSORY |
headers | Necessary headers required for the Auth type | List of Object | COMPULSORY |
key | Header key name | String | COMPULSORY |
value | Header key value | String | COMPULSORY |