Adaptive Card API
Adaptive Card related endpoints
getCardById
GET
https://api.looply.io/v1/adaptive-cards/getCardById
Returns the Adaptive Card JSON Payload and related data.
Query Parameters
card_id*
String
id for the card
card_version*
String
version of the card
Headers
x-api-key*
String
Your API Key
Example Payload
getLatestActiveCard
GET
https://api.looply.io/v1/adaptive-cards/getLatestActiveCard
Returns the latest active card.
Query Parameters
card_id*
String
id for the card
getOrganizationCards
GET
https://api.looply.io/v1/adaptive-cards/getOrganizationCards
Returns a list of all the cards created in the organization. Will return a lastKey
attribute. Use this to get the next page of data.
Limit can be added to the request, 30 is the max.
Query Parameters
limit
String
Number of items to return per page. Default 20
card_id
String
Pagination Key from the lastKey
attribute
card_version
String
Pagination Key from the lastKey
attribute
Headers
x-api-key*
String
Your API Key
Example Payload:
Last updated