GET Versions
Returns a list of available API versions in descending order. All API endpoints are versioned under the same value.
GET /versions
Optional Request Parameters
None.
Request Headers
header | required | description | default |
---|---|---|---|
Authorization | required | Contains the word Basic followed by a space and a base64-encoded string of the form "clientid:clientsecret". | n/a |
Data-API-Version | optional | Used to specify version of the API to use. | version 1 |
Sample Request
https://api.finra.org/versions
Sample Response
[ {
"version" : "1",
"revisions" : "initial version",
"datePublished" : "2019-10-21"
} ]