Post Metadata
This API is responsible for posting metadata for a given Consumer ID. Here, users can post metadata under global namespace as well as API specific namespace. If partial metadata are present for a particualar API, then global namespace serves as the fallback config provider for the remaining metadata.
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 |
global | Fallback metadata config | Object | COMPULSORY |
apis | API specific metadata config | List of Object | OPTIONAL |
apiName | Name of the API | String | COMPULSORY |
metadata | Metadata for the API | Object | COMPULSORY |
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 |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
result | This parameter contains the actual output. | Object | COMPULSORY |
consumerId | A unique id shared by Signzy during onboarding of the client | String | COMPULSORY |
message | It indicates whether metadata has been successfully stored or not | String | COMPULSORY |