mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
21 lines
547 B
Markdown
21 lines
547 B
Markdown
---
|
|
id: api-specifications
|
|
title: API Specifications
|
|
pagination_label: API Specifications
|
|
sidebar_label: API Specifications
|
|
sidebar_position: 1
|
|
sidebar_class_name: apiSpecifications
|
|
keywords: ['api', 'specifications']
|
|
description: This is this place to get started with IdentityNow APIs.
|
|
slug: /api/api-specifications
|
|
tags: ['API Specifications']
|
|
---
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|