what are the api versions

b5a7
Mega Contributor

Hi. The doco talks about the latest being used if you do not specify it. I assume it is v2 as all the doco appears to only reference v1/v2.  Thanks. Brad

1 ACCEPTED SOLUTION

Hello @b5a7 

You can use the REST API Explorer. Where you can find all the Available API versions.

Use the Namespace, API Name, and Version drop-down options to filter to a specific REST API

 

Please mark the answer as helpful and correct if helped. 

Kind Regards,

Ravi Chandra  

View solution in original post

5 REPLIES 5

vishwajeet5550
Mega Guru

If you do not specify an API version when making API calls in ServiceNow, the platform will typically default to v2, as it is the latest supported version. Most of the official documentation and current API examples you'll find on ServiceNow's website refer to v2, and v1 is often only mentioned for legacy purposes or for users maintaining older integrations